Skip to content

Commit

Permalink
yay pipelines suck.
Browse files Browse the repository at this point in the history
  • Loading branch information
vddCore authored Apr 5, 2024
1 parent b59ca4f commit 8082f29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-frontend-with-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
Configuration: ${{ matrix.configuration }}

- name: Run language tests
working-directory: VirtualMachine/Tests/Ceres.LanguageTests/bin/net7.0/$Configuration
run: VirtualMachine/Tests/Ceres.LanguageTests/bin/net7.0/$Configuration/Ceres.LanguageTests
env:
Configuration: ${{ matrix.configuration }}
working-directory: VirtualMachine/Tests/Ceres.LanguageTests/bin/net7.0/${{ matrix.configuration }}
run: VirtualMachine/Tests/Ceres.LanguageTests/bin/net7.0/${{ matrix.configuration }}/Ceres.LanguageTests

- name: Publish to directory
run: dotnet publish FrontEnd/EVIL.evil/EVIL.evil.csproj -c $Configuration -r $RuntimeIdentifier --no-self-contained -p:PublishSingleFile=true
Expand Down

0 comments on commit 8082f29

Please sign in to comment.