Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored Jun 15, 2022
1 parent 3839547 commit 03e7695
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
node_active_versions:
name: Node ${{ matrix.node_version }}
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.node_version == 'Current' }}
continue-on-error: ${{ matrix.node_version == 'current' }}

strategy:
fail-fast: false
matrix:
node_version:
- LTS/-1
- LTS/*
- Current
- lts/-1
- lts/*
- current

steps:
- name: Checkout repository
Expand Down Expand Up @@ -95,11 +95,9 @@ jobs:
echo
docker images dr4ft-app
echo
docker sbom dr4ft-app
echo
docker ps
echo
echo "Node version (dr4ft-app image) (returns npm version?)"
echo "Node version (dr4ft-app image)"
docker run dr4ft-app node --version
echo
docker top dr4ft
Expand Down

0 comments on commit 03e7695

Please sign in to comment.