mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Test telementry action
This commit is contained in:
parent
5e6d08f62d
commit
1e2867f01a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy_fe_staging.yml
vendored
6
.github/workflows/deploy_fe_staging.yml
vendored
|
@ -27,8 +27,12 @@ jobs:
|
|||
- name: Set DESTINATION_FOLDER for branch
|
||||
run: |
|
||||
echo "DESTINATION_FOLDER=$(echo $PR_NUMBER-$GITHUB_SHA | cut -c 1-11)" >> $GITHUB_ENV
|
||||
- name: Collect Workflow Telemetry
|
||||
- uses: thundra-io/workflow-telemetry-action@v1
|
||||
- name: Install
|
||||
run: npm ci
|
||||
- name: Collect Workflow Telemetry
|
||||
- uses: thundra-io/workflow-telemetry-action@v1
|
||||
- name: Build
|
||||
run: npm run build --if-present
|
||||
env:
|
||||
|
@ -49,6 +53,8 @@ jobs:
|
|||
run: npm test
|
||||
- name: Check for security vulnerabilities
|
||||
run: npm audit --production
|
||||
- name: Collect Workflow Telemetry
|
||||
- uses: thundra-io/workflow-telemetry-action@v1
|
||||
- name: Cypress / Gherkin integration tests 🌃
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue