diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index f914297..c1a0d32 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -19,7 +19,6 @@ jobs: - name: "🗃️ Setup file" # Add files into /Tests/bin/Debug/net7.0 and create thisfileexist.txt run: | - mkdir -p Tests/bin/Debug/net7.0 - echo "incredible file" > thisfileexist.txt + echo "incredible file" > /workspace/EPITA-TP-PROG/B2B-Training/Tests/bin/Debug/net7.0/thisfileexist.txt - name: "✅ Test" run: dotnet test \ No newline at end of file