Skip to content

Commit

Permalink
Merge pull request #64 from dreamsicle-io/release/4.2.2-RC5
Browse files Browse the repository at this point in the history
Release/4.2.2 rc5
  • Loading branch information
theenoahmason committed Jun 4, 2024
2 parents 8a60854 + 15165ce commit 82d3971
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]

jobs:
release:
test:
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -53,10 +53,11 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

# Installs npm and composer dependencies.
# Installs npm and composer dependencies. Note that we use `npm install`
# instead of `npm ci` because we do not yet have a lock file.
- name: Install
id: install
run: npm ci
run: npm install

# Lint all files.
- name: Lint
Expand Down

0 comments on commit 82d3971

Please sign in to comment.