Skip to content

Commit

Permalink
add step to run SurrealDB in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Gmerek committed Jul 1, 2024
1 parent 2a661cd commit 07823cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Install SurrealDB ${{ matrix.surrealdb }}
run: curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh -s -- --version ${{ matrix.surrealdb }}

- name: Run SurrealDB ${{ matrix.surrealdb }}
run: surreal start --user root --pass root memory

- name: Setup Bun
uses: oven-sh/setup-bun@v2
Expand Down

0 comments on commit 07823cf

Please sign in to comment.