Skip to content

fix: disable boxed-steps tests #3

fix: disable boxed-steps tests

fix: disable boxed-steps tests #3

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Fluent CI CLI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: bun
args: |
install
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run Playwright tests
run: |
fluentci run --wasm playwright install --with-deps
fluentci run --wasm playwright test -j $(nproc)
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}