Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Jun 15, 2023
1 parent c0e4b89 commit d576d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/build.yml
- uses: ./.github/workflows/build.yml@build
- name: make check
run: make check

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

0 comments on commit d576d1c

Please sign in to comment.