Skip to content

Commit

Permalink
final attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
toninis committed Aug 28, 2024
1 parent cf70d25 commit b227bc9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- run: cat ./docker-testing/docker-compose-mysql.yml

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file: server/go.mod

Expand All @@ -46,6 +46,7 @@ jobs:
uses: actions/checkout@v3
with:
path: "focalboard"

- name: npm ci
run: cd focalboard/webapp && npm ci && cd -

Expand Down

0 comments on commit b227bc9

Please sign in to comment.