Skip to content

Commit

Permalink
Missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Jun 15, 2023
1 parent 252aef5 commit bda06b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
ENVNAME: dev
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/prepare
- name: autogen
run: ./autogen.sh
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/build
- name: make check
run: make check

try:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/build
- name: try run minicrawler
run: ./minicrawler5

0 comments on commit bda06b2

Please sign in to comment.