ci: 💚 Fix CI to add files
All checks were successful
Tests / Unit Testing1 (push) Successful in 43s

This commit is contained in:
Louis Gallet 2023-11-02 19:50:03 +01:00
parent 0d06576f8b
commit 1dc4d308e4
Signed by: lgallet
SSH Key Fingerprint: SHA256:qnW7pk4EoMRR0UftZLZQKSMUImbEFsiruLC7jbCHJAY

View File

@ -19,7 +19,6 @@ jobs:
- name: "🗃️ Setup file" - name: "🗃️ Setup file"
# Add files into /Tests/bin/Debug/net7.0 and create thisfileexist.txt # Add files into /Tests/bin/Debug/net7.0 and create thisfileexist.txt
run: | run: |
mkdir -p Tests/bin/Debug/net7.0 echo "incredible file" > /workspace/EPITA-TP-PROG/B2B-Training/Tests/bin/Debug/net7.0/thisfileexist.txt
echo "incredible file" > thisfileexist.txt
- name: "✅ Test" - name: "✅ Test"
run: dotnet test run: dotnet test