Skip to content

Commit

Permalink
Testing if the jekyll file persists between job steps
Browse files Browse the repository at this point in the history
  • Loading branch information
caleywoods committed May 2, 2024
1 parent a653455 commit 92a7973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
command: bundle exec rspec `pwd`/spec/
- run:
name: Run pa11yci
command: echo $PA11Y_TARGETS && ./serve-pa11yci && npm run pa11y-ci
command: cat ./pa11y_targets && ./serve-pa11yci && npm run pa11y-ci
workflows:
version: 2
commit:
Expand Down

0 comments on commit 92a7973

Please sign in to comment.