Skip to content

Commit c931785

Browse files
revert package.json
1 parent 28da0e1 commit c931785

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/applications.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
env:
6666
LAUNCH_BROWSER: true
6767
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
68-
run: npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
68+
run: |
69+
pwd
70+
npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
71+
6972
timeout-minutes: 10
7073

7174
- name: Archive artifacts

0 commit comments

Comments
 (0)