Skip to content

Commit

Permalink
fix: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed May 8, 2024
1 parent de1d87d commit 02132ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
node-version: '22'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run build --filter=docs
- run: pnpm run test:unit:coverage --filter=docs
- run: pnpm run --filter=docs build
- run: pnpm run --filter=docs test:unit:coverage
# steps:
# - name: Check out code
# uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ issuer = 'Spectacular'

[postgres]
version = '14.11-20240429-1'
# version = '16.2-20240507-beta01'

[postgres.resources]
replicas = 1
Expand Down

0 comments on commit 02132ea

Please sign in to comment.