Skip to content

Commit

Permalink
ci: Use new omnix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Feb 16, 2025
1 parent 9eeeb6c commit 3accd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: om show
run: om show .
- name: om ci
run: om ci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" run --systems "${{ matrix.system }}"
run: om ci run --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" --systems "${{ matrix.system }}"

- name: om init tests
run: |
Expand Down

0 comments on commit 3accd2b

Please sign in to comment.