Skip to content

Commit

Permalink
fix workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelespinoza committed Jun 29, 2024
1 parent e8a8ced commit bf65a1a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Build environment and run tests
run: just -f ci.Makefile ci-cassandra3-up
- name: Upload code coverage
Expand All @@ -25,7 +26,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Build environment and run tests
run: just -f ci.Makefile ci-cassandra4-up
- name: Upload code coverage
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/build-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Build environment and run tests
run: just -f ci.Makefile ci-mariadb-up
- name: Upload code coverage
Expand All @@ -25,7 +26,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Build environment and run tests
run: just -f ci.Makefile ci-mysql57-up
- name: Upload code coverage
Expand All @@ -43,7 +45,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Build environment and run tests
run: just -f ci.Makefile ci-mysql8-up
- name: Upload code coverage
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Build environment and run tests
run: just -f ci.Makefile ci-postgres14-up
- name: Upload code coverage
Expand All @@ -25,7 +26,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Build environment and run tests
run: just -f ci.Makefile ci-postgres15-up
- name: Upload code coverage
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-sqlite3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Build environment and run tests
run: just -f ci.Makefile ci-sqlite3-up
- name: Upload code coverage
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-sqlserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4
fetch-depth: 0
with:
fetch-depth: 0
- name: Build environment and run tests
run: just -f ci.Makefile ci-sqlserver-up
- name: Upload code coverage
Expand Down

0 comments on commit bf65a1a

Please sign in to comment.