Skip to content

Commit

Permalink
ci on fjord
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBigBoss committed Jul 11, 2024
1 parent a61d00e commit 5f96fa2
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
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [master, next]
branches: [master, next, fjord]
pull_request:
branches: [master, next]
branches: [master, next, fjord]

env:
FOUNDRY_PROFILE: ci
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "20.x"
node-version: '20.x'

- run: |
cd test-vectors
Expand All @@ -56,7 +56,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "20.x"
node-version: '20.x'

- run: |
npm ci
Expand Down

0 comments on commit 5f96fa2

Please sign in to comment.