Skip to content

Commit

Permalink
Merge pull request #57 from cap-js/navinkrishnan-patch-1
Browse files Browse the repository at this point in the history
Update create-test-branch.yml
  • Loading branch information
DanSchlachter authored Apr 22, 2024
2 parents 907d924 + fd25b06 commit cedce03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ jobs:
token: ${{ secrets.TECH_USER_TOKEN }}

- name: Copy xmpls
run: npm run add-all-xmpls

run: |
npm run add-all-xmpls
rm -rf xmpls
- name: Test
run: |
npm i
Expand Down

0 comments on commit cedce03

Please sign in to comment.