generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fca2e8
commit 5baad99
Showing
55 changed files
with
4 additions
and
1,330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,47 +40,6 @@ jobs: | |
run: just build-language-plugins | ||
- name: Test README | ||
run: just test-readme | ||
test-scripts: | ||
name: Test Scripts | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Init Hermit | ||
uses: cashapp/[email protected] | ||
- name: Test Scripts | ||
run: just test-scripts | ||
sql: | ||
name: SQL | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
- name: Build Cache | ||
uses: ./.github/actions/build-cache | ||
- name: Init Hermit | ||
uses: cashapp/[email protected] | ||
- name: Docker Compose | ||
run: just compose-up | ||
- name: Initialise database | ||
run: just init-db | ||
- name: Vet SQL | ||
run: sqlc vet | ||
ensure-frozen-migrations: | ||
name: Ensure Frozen Migrations | ||
# if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip-ensure-frozen-migrations') }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- name: Init Hermit | ||
uses: cashapp/[email protected] | ||
- name: Freeze Migrations | ||
run: just ensure-frozen-migrations | ||
lint: | ||
name: Lint | ||
runs-on: ubuntu-latest | ||
|
@@ -189,8 +148,6 @@ jobs: | |
uses: cashapp/[email protected] | ||
- name: Docker Compose | ||
run: just compose-up | ||
- name: Init DB | ||
run: just init-db | ||
- name: Rebuild All | ||
run: just build-all | ||
- name: Check No SCM Changes | ||
|
@@ -304,8 +261,6 @@ jobs: | |
uses: cashapp/[email protected] | ||
- name: Docker Compose | ||
run: just compose-up | ||
- name: Create DB | ||
run: just init-db | ||
- name: Download Go Modules | ||
run: go mod download | ||
- name: Build Language Plugins | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.