Skip to content

Commit

Permalink
fix/gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Aug 7, 2024
1 parent 34cfe8c commit fec4c42
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/npm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
node-version: 20.x
- run: npm install
- run: npm run jslint
- run: npm test


- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
- run: npm test

0 comments on commit fec4c42

Please sign in to comment.