Skip to content

Commit

Permalink
Update test-suite.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ifarzana authored Mar 5, 2024
1 parent a9a7cf9 commit 041d22d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ jobs:
# Optionally add a couple of fields such as the git hash and link to the build
- run: |
npx testmo automation:resources:add-field --name git --type string \
--value ${GITHUB_SHA:0:7} --resources resources.json
RUN_URL="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
npx testmo automation:resources:add-link --name build \
--url $RUN_URL --resources resources.json
docker run --ipc=host --name cms-cypress --link=cms-web:web -v $(pwd)/cypress.config.js:/app/cypress.config.js \
-v $(pwd)/cypress:/app/cypress ghcr.io/xibosignage/xibo-cms:cypress \
npx testmo automation:resources:add-field --name git --type string \
--value ${GITHUB_SHA:0:7} --resources resources.json
#
# - name: Run Cypress
# id: cypress
Expand Down

0 comments on commit 041d22d

Please sign in to comment.