Skip to content

Commit

Permalink
fix dotrun wrong yarn script
Browse files Browse the repository at this point in the history
  • Loading branch information
Goulin Khoge committed Dec 15, 2022
1 parent a1b00d7 commit e46721b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: dotrun build

- name: Pull the dashboard
run: yarn pull-dashboard-templates
run: yarn extract-dashboard-templates

- name: Test site
run: dotrun serve & curl --head --fail --retry-delay 1 --retry 30 --retry-connrefused http://localhost:8029
Expand Down

0 comments on commit e46721b

Please sign in to comment.