Skip to content

Commit

Permalink
checkout before
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseChouleur committed Sep 27, 2023
1 parent f948549 commit e602106
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v2

- uses: ./.github/workflows/setup_and_test.yml

- name: Publish release
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/setup_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
run: |
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$JAVA_HOME/lib/server" >> "$GITHUB_ENV"
- name: Checkout sources
uses: actions/checkout@v2

- name: Build
run: cargo build --verbose

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout sources
uses: actions/checkout@v2

- uses: ./.github/workflows/setup_and_test.yml

0 comments on commit e602106

Please sign in to comment.