Skip to content

Commit

Permalink
Adding milo block test run to bacom daily
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Li committed Oct 7, 2024
1 parent 5ff742f commit 7f195e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bacom.daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ jobs:
with:
node-version: lts/*

- name: Run Nala ${{ matrix.os }}
- name: Run bacom blocks tests ${{ matrix.os }}
run: bash dailyrun.sh bacom @bacomSmoke
env:
IMS_EMAIL: ${{ secrets.IMS_EMAIL }}
IMS_PASS: ${{ secrets.IMS_PASS }}
HLX_TKN: ${{ secrets.HLX_TKN }}
SLACK_WH: ${{ secrets.SLACK_WH }}

- name: Run milo blocks tests on bacom ${{matrix.os}}
run: npx playwright test --config=./configs/bacom.config.js -g @milo
env:
SLACK_WH: ${{ secrets.SLACK_WH }}

- name: Display workflow name
run: echo "The workflow name is $WORKFLOW_NAME"

Expand Down

0 comments on commit 7f195e5

Please sign in to comment.