Skip to content

Commit

Permalink
Remove test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlbDR authored Feb 11, 2024
1 parent f6e1e5c commit c69b3b8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@ env:

jobs:

test:
name: Jest Tests
runs-on: ubuntu-latest
# test:
# name: Jest Tests
# runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
# steps:
# - name: Checkout code
# uses: actions/checkout@v3

- name: Set up NodeJS
uses: actions/setup-node@v1
with:
node-version: 20
# - name: Set up NodeJS
# uses: actions/setup-node@v1
# with:
# node-version: 20

- name: Install all dependencies
run: npm install
# - name: Install all dependencies
# run: npm install

- name: Run Tests
run: npm test
# - name: Run Tests
# run: npm test

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c69b3b8

Please sign in to comment.