Skip to content

Commit

Permalink
fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsverre committed Jan 6, 2024
1 parent 99404b8 commit dbf37dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
version: "8"
run_install: true
# build, test, and package sqlsync
- name: Lint & Fmt
run: just lint
- name: Build all
run: just build
- name: Lint & Format
run: just lint
- name: Unit tests
run: just unit-test
- name: end-to-end-local
Expand Down

0 comments on commit dbf37dc

Please sign in to comment.