This commit is contained in:
@ -16,5 +16,10 @@ jobs:
|
||||
dotnet-version: '7.0.x'
|
||||
- name: "🏗️ Build"
|
||||
run: dotnet build
|
||||
- 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
|
||||
- name: "✅ Test"
|
||||
run: dotnet test
|
Reference in New Issue
Block a user