Skip to content

Commit

Permalink
first build, then check
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek authored Mar 14, 2024
1 parent 267e494 commit 6d24b14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Install Python dependencies
run: poetry install

- name: Check
- name: Build
env:
APIFY_TOKEN: ${{ secrets.APIFY_TOKEN }}
run: poetry run jgp check
run: poetry run jgp build

- name: Build
- name: Check
env:
APIFY_TOKEN: ${{ secrets.APIFY_TOKEN }}
run: poetry run jgp build
run: poetry run jgp check

0 comments on commit 6d24b14

Please sign in to comment.