Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
more path update
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed Jun 5, 2024
1 parent eb1fa48 commit 3656e5b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/ci-frontend-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ on:
- frontend/**
- .github/workflows/ci-frontend-a11y.yml

defaults:
run:
working-directory: ./frontend

env:
NODE_VERSION: 20
LOCKFILE_PATH: ./frontend/package-lock.json
PACKAGE_MANAGER: npm

jobs:
build:
name: Pa11y-ci tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend

env:
NODE_VERSION: 20
LOCKFILE_PATH: ./frontend/package-lock.json
PACKAGE_MANAGER: npm

steps:
- name: Checkout source
Expand Down Expand Up @@ -80,4 +79,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pa11y-debug-log
path: frontend/pa11y-debug.log
path: ./frontend/pa11y-debug.log

0 comments on commit 3656e5b

Please sign in to comment.