Skip to content

Commit

Permalink
alter job docker instructions order
Browse files Browse the repository at this point in the history
  • Loading branch information
mu7med authored Jan 1, 2024
1 parent ae911ae commit 67abbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
retention-days: 5

docker:
runs-on: ubuntu-latest
permissions:
packages: write
runs-on: ubuntu-latest
needs:
- code-coverage
- unit-testing
Expand Down

0 comments on commit 67abbc7

Please sign in to comment.