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

Commit

Permalink
config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Mar 29, 2024
1 parent 482cace commit 3a407c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extends: @cerner/terra
extends: "@cerner/terra"
rules:
react/forbid-prop-types: off
overrides:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run WDIO Tests for theme ${{ matrix.theme }}
env:
SITE: build/${{ matrix.theme }}
run: npm run wdio-${{ matrix.theme }}
run: npm run wdio:${{ matrix.theme }}

release-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3a407c8

Please sign in to comment.