File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1+ name : Run Tests
2+ description : Setup and run the test suite (requires checkout first)
3+
4+ runs :
5+ using : composite
6+ steps :
7+ - uses : ./.github/actions/setup-test
8+ - run : mise run postgres:up --extra-args "--detach --wait"
9+ shell : bash
10+ - run : mise run --output prefix test
11+ shell : bash
Original file line number Diff line number Diff line change 3737 PG_VERSION : 17
3838 steps :
3939 - uses : actions/checkout@v4
40- - uses : ./.github/actions/setup-test
41- - run : mise run postgres:up --extra-args "--detach --wait"
42- - run : mise run --output prefix test
40+ - uses : ./.github/actions/run-tests
4341 - uses : ./.github/actions/send-slack-notification
4442 with :
4543 channel : engineering
5957 PG_VERSION : ${{ matrix.pg_version }}
6058 steps :
6159 - uses : actions/checkout@v4
62- - uses : ./.github/actions/setup-test
63- - run : mise run postgres:up --extra-args "--detach --wait"
64- - run : mise run --output prefix test
60+ - uses : ./.github/actions/run-tests
6561 - uses : ./.github/actions/send-slack-notification
6662 with :
6763 channel : engineering
You can’t perform that action at this time.
0 commit comments