Skip to content

Commit

Permalink
Changed CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
LCcodder committed May 29, 2024
1 parent 191bfde commit 335080a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: node:20

steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: action/setup-node@v3
with:
cache: 'npm'
- run: npm ci
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 335080a

Please sign in to comment.