Skip to content

Commit

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

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

0 comments on commit 252aef5

Please sign in to comment.