Skip to content

Commit

Permalink
Install dialect adapter earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Feb 9, 2024
1 parent b259d0e commit 266e38a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
with:
name: install-artifact-node-${{ matrix.node-version }}
- run: /bin/bash ./dev/prepare-ci.sh
- name: Extract artifact
run: tar -xf install-node-${{ matrix.node-version }}.tar
- run: /bin/bash ./dev/prepare-ci.sh
- name: Execute SSCCE
run: yarn run _test
test-postgres:
Expand Down Expand Up @@ -80,8 +80,8 @@ jobs:
name: install-artifact-node-${{ matrix.node-version }}
- name: Extract artifact
run: tar -xf install-node-${{ matrix.node-version }}.tar
- run: yarn start-postgres-${{ matrix.postgres-version }}
- run: /bin/bash ./dev/prepare-ci.sh
- run: yarn start-postgres-${{ matrix.postgres-version }}
- name: Execute SSCCE
run: yarn run _test
test-oldest-latest:
Expand All @@ -107,7 +107,7 @@ jobs:
name: install-artifact-node-${{ matrix.node-version }}
- name: Extract artifact
run: tar -xf install-node-${{ matrix.node-version }}.tar
- run: yarn start-${{ matrix.dialect }}-${{ matrix.database-version }}
- run: /bin/bash ./dev/prepare-ci.sh
- run: yarn start-${{ matrix.dialect }}-${{ matrix.database-version }}
- name: Execute SSCCE
run: yarn run _test

0 comments on commit 266e38a

Please sign in to comment.