We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28da0e1 commit c931785Copy full SHA for c931785
.github/workflows/applications.yml
@@ -65,7 +65,10 @@ jobs:
65
env:
66
LAUNCH_BROWSER: true
67
CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}
68
- run: npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
+ run: |
69
+ pwd
70
+ npm run test-template -- -- -e ${{ matrix.APPROACH }} ${{ env.DEPS_VERSION_TAG_PARAM }}
71
+
72
timeout-minutes: 10
73
74
- name: Archive artifacts
0 commit comments