Skip to content

Commit

Permalink
added checkout submodule action
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jul 10, 2020
1 parent 93bbaf5 commit d6dbaaf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]
name: Continuous integration

jobs:

check:
name: Check
strategy:
Expand All @@ -12,6 +13,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: Mushus/checkout-submodule@v1
with:
submodulePath: ./vit-servicing-station-tests/jortestkit
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -35,6 +39,10 @@ jobs:
sudo apt-get install libsqlite3-dev
if: matrix.os == 'ubuntu-latest'
- uses: actions/checkout@v1
- uses: Mushus/checkout-submodule@v1
with:
submodulePath: ./vit-servicing-station-tests/jortestkit
- uses: textbook/git-checkout-submodule-action@2.1.1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand All @@ -54,6 +62,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: Mushus/checkout-submodule@v1
with:
submodulePath: ./vit-servicing-station-tests/jortestkit
- uses: textbook/git-checkout-submodule-action@2.1.1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit d6dbaaf

Please sign in to comment.