Skip to content

Commit

Permalink
because legacy_deps builds protos, it is needed in CI checkout. It is…
Browse files Browse the repository at this point in the history
… needed in the nox job ofc
  • Loading branch information
alexbarcelo committed Feb 11, 2025
1 parent 97d3cf9 commit 2edfba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
session: ${{ steps.set-matrix.outputs.session }}
steps:
- uses: actions/checkout@v4
with:
submodules: "true"
- uses: wntrblm/nox@main
- id: set-matrix
shell: bash
Expand All @@ -27,5 +25,7 @@ jobs:
session: ${{ fromJson(needs.generate-jobs.outputs.session) }}
steps:
- uses: actions/checkout@v4
with:
submodules: "true"
- uses: wntrblm/nox@main
- run: nox -s "${{ matrix.session }}"

0 comments on commit 2edfba2

Please sign in to comment.