Skip to content

Commit

Permalink
Try using docker octopus node
Browse files Browse the repository at this point in the history
  • Loading branch information
rdalton-va committed Feb 21, 2025
1 parent 4a7bc2a commit 9ed00ba
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ jobs:
build:

runs-on: ubuntu-latest
container:
image: ghcr.io/department-of-veterans-affairs/health-apis-docker-octopus/lighthouse-node-application-base:v2-node18-di

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
# - name: Use Node.js ${{ matrix.node-version }}
# uses: actions/setup-node@v3
# with:
# node-version: '18.x'
# cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run test:ci
- run: npm run test:ci

0 comments on commit 9ed00ba

Please sign in to comment.