Skip to content

Commit

Permalink
Final tweaks, take 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumol committed Oct 11, 2024
1 parent fc4d5f2 commit fe1b281
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Test compat
timeout-minutes: 5
env:
USER: runneradmin
CODECOV_TOKEN: local
run: bash ./build.sh compat

Expand Down Expand Up @@ -136,6 +137,7 @@ jobs:
- name: Test compat
timeout-minutes: 5
env:
USER: runneradmin
CODECOV_TOKEN: local
run: ./build.sh compat

Expand Down Expand Up @@ -176,6 +178,7 @@ jobs:
- name: Test compat
timeout-minutes: 5
env:
USER: runneradmin
CODECOV_TOKEN: local
run: ./build.sh compat

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- name: Test compat
timeout-minutes: 5
env:
USER: chevah
CODECOV_TOKEN: local
run: |
cd pythia
Expand Down

0 comments on commit fe1b281

Please sign in to comment.