File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22relative_files =True
33
44[paths]
5- source =src
5+ source =src
Original file line number Diff line number Diff line change 55 - cron : ' 0 3 * * *' # 3 am UTC every day
66jobs :
77 code-check :
8- uses : firebolt-db/firebolt-python-sdk/ .github/workflows/code-check.yml@main
8+ uses : ./ .github/workflows/code-check.yml
99 tests :
1010 runs-on : ${{ matrix.os }}
1111 strategy :
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 with :
1414 token : ${{ secrets.GITHUB_TOKEN }}
1515 code-checkers :
16- uses : firebolt-db/firebolt-python-sdk/ .github/workflows/code-check.yml@main
16+ uses : ./ .github/workflows/code-check.yml
1717 unit-tests :
18- uses : firebolt-db/firebolt-python-sdk/ .github/workflows/unit-tests.yml@main
18+ uses : ./ .github/workflows/unit-tests.yml
1919 security-scan :
2020 needs : [unit-tests]
21- uses : firebolt-db/firebolt-python-sdk/ .github/workflows/security-scan.yml@main
21+ uses : ./ .github/workflows/security-scan.yml
2222 secrets :
2323 FOSSA_TOKEN : ${{ secrets.FOSSA_TOKEN }}
2424 SONARCLOUD_TOKEN : ${{ secrets.SONARCLOUD_TOKEN }}
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 integration-tests :
15- uses : firebolt-db/firebolt-python-sdk/ .github/workflows/integration-tests.yml@main
15+ uses : ./ .github/workflows/integration-tests.yml
1616 secrets :
1717 FIREBOLT_USERNAME : ${{ secrets.FIREBOLT_USERNAME }}
1818 FIREBOLT_PASSWORD : ${{ secrets.FIREBOLT_PASSWORD }}
You can’t perform that action at this time.
0 commit comments