Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Nov 28, 2024
1 parent 9e63804 commit 3274686
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if: true
with:
files: |
/home/runner/**/*.trx
/home/runner/**/Ocaramba.Tests.Docker.trx
test_Stage_RunTestsOnLinux:
runs-on: ubuntu-latest
steps:
Expand All @@ -137,13 +137,9 @@ jobs:
- uses: nanasess/setup-chromedriver@v2
- run: |
ls
export ASPNETCORE_ENVIRONMENT=Linux
echo $ASPNETCORE_ENVIRONMENT
sudo apt-get install google-chrome-stable
sed -i '/Documentation/,+5 d' ./Ocaramba.sln
- run: dotnet build ./Ocaramba.sln --configuration ${{ env.buildConfiguration }}
- shell: pwsh
Expand Down

0 comments on commit 3274686

Please sign in to comment.