Skip to content

Commit

Permalink
Removed test from GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda-fintlabs committed Apr 17, 2024
1 parent 9fb0ba2 commit 304207e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ jobs:
- run: npm ci --ignore-scripts
if: steps.node_modules.outputs.cache-hit != 'true'

test:
needs: [ install ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"

- name: Cache node_modules
uses: actions/cache@v4
with:
path: ./node_modules
key: modules-${{ hashFiles('package-lock.json') }}

- run: npm run test
# test:
# needs: [ install ]
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: "20.x"
#
# - name: Cache node_modules
# uses: actions/cache@v4
# with:
# path: ./node_modules
# key: modules-${{ hashFiles('package-lock.json') }}
#
# - run: npm run test

build:
needs: [ install ]
Expand Down

0 comments on commit 304207e

Please sign in to comment.