devops: don't use ./.github/actions/run-test action
This commit is contained in:
parent
8db377a081
commit
026d618fa1
15
.github/workflows/tests_bidi.yml
vendored
15
.github/workflows/tests_bidi.yml
vendored
|
|
@ -35,12 +35,13 @@ jobs:
|
||||||
curl -O https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
curl -O https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb
|
||||||
sudo dpkg -i google-chrome-beta_current_amd64.deb
|
sudo dpkg -i google-chrome-beta_current_amd64.deb
|
||||||
fi
|
fi
|
||||||
- uses: ./.github/actions/run-test
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
browsers-to-install: chromium
|
- run: npm ci
|
||||||
command: npm run biditest -- --project=${{ matrix.channel }}*
|
env:
|
||||||
bot-name: bidi-${{ matrix.channel }}
|
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
|
||||||
flakiness-client-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_CLIENT_ID }}
|
- run: npm run build
|
||||||
flakiness-tenant-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_TENANT_ID }}
|
- run: npx playwright install --with-deps chromium
|
||||||
flakiness-subscription-id: ${{ secrets.AZURE_FLAKINESS_DASHBOARD_SUBSCRIPTION_ID }}
|
- name: Run tests
|
||||||
|
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run biditest -- --project=${{ matrix.channel }}*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue