Skip to content

Commit

Permalink
Merge pull request #5 from johodges/github-actions
Browse files Browse the repository at this point in the history
GitHub actions
  • Loading branch information
johodges committed Aug 7, 2023
2 parents 0461063 + 4b23cb7 commit fd15357
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
DeleteRelease:
permissions: write-all
runs-on: ubuntu-latest
continue-on-error: true
env:
GH_TOKEN: ${{ github.token }}
steps:
Expand All @@ -19,6 +20,8 @@ jobs:
CreateRelease:
permissions: write-all
runs-on: ubuntu-latest
continue-on-error: true
needs: DeleteRelease
env:
GH_TOKEN: ${{ github.token }}
steps:
Expand All @@ -31,6 +34,7 @@ jobs:
Verification:
permissions: write-all
runs-on: ubuntu-latest
needs: CreateRelease
env:
QT_QPA_PLATFORM: offscreen
PATH: "/home/runner/FDS/FDS6/smvbin:/home/runner/FDS/FDS6/bin/INTEL/bin:/home/runner/FDS/FDS6/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo/binner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/runner/.dotnet/tools"
Expand Down

0 comments on commit fd15357

Please sign in to comment.