Skip to content

Commit

Permalink
fix: Update paths for import tests in main.yml deploy (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
evmiguel authored May 20, 2024
1 parent 4d311c9 commit 9414180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/roles/application/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
chdir: '{{source_dir}}'

- name: Import latest tests and harness from w3c/aria-at
shell: ./deploy/scripts/export-and-exec.sh {{environment_config.dest}} node ./server/scripts/import-tests/index.js
shell: ../deploy/scripts/export-and-exec.sh {{environment_config.dest}} node ./scripts/import-tests/index.js
args:
chdir: '{{source_dir}}'
chdir: '{{source_dir}}/server'

- name: Build front end package
command: ./deploy/scripts/export-and-exec.sh {{environment_config.dest}} yarn workspace client build
Expand Down

0 comments on commit 9414180

Please sign in to comment.