Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Gmerek committed Jul 1, 2024
1 parent b0a4625 commit 67921d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: Install SurrealDB ${{ matrix.surrealdb }}
run: curl --proto '=https' --tlsv1.2 -sSf https://install.surrealdb.com | sh -s -- --version ${{ matrix.surrealdb }}

- name: Start SurrealDB ${{ matrix.surrealdb }}
run: docker compose -f compose/docker-compose-${{ matrix.surrealdb }}.yml up -d

- name: Display directory contents
run: ls -la ./

- name: Display compose directory contents
run: ls -la compose/

- name: Start SurrealDB ${{ matrix.surrealdb }}
run: docker compose -f compose/docker-compose-${{ matrix.surrealdb }}.yml up -d

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

0 comments on commit 67921d4

Please sign in to comment.