We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aae1d7 commit 481508dCopy full SHA for 481508d
.github/actions/setup/action.yml
@@ -6,11 +6,8 @@ runs:
6
steps:
7
- name: Install bun
8
uses: oven-sh/setup-bun@v2
9
-
10
- - name: Install Node.js
11
- uses: actions/setup-node@v4
12
with:
13
- node-version-file: 'package.json'
+ bun-version: latest
14
15
- name: Install dependencies
16
shell: bash
.github/workflows/ci.yml
@@ -132,7 +132,7 @@ jobs:
132
- name: Run services
133
run: docker compose up -d
134
135
- - name: Verify MariaDB/Postgres is ready
+ - name: Verify Postgres is ready
136
run: |
137
until docker exec $(docker ps -qf "name=nelsonlaidev-postgres") pg_isready; do
138
echo "Waiting for database..."
0 commit comments