Skip to content

Commit

Permalink
ci: 👷 fix docker compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Mar 23, 2023
1 parent 88763e8 commit 5b999af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Node CI

on:
on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
workflow_dispatch:

jobs:
Expand All @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: start tile38
run: docker compose up tile38 -d
run: docker compose up -d

- name: yarn cache
id: yarn-cache
Expand Down

0 comments on commit 5b999af

Please sign in to comment.