Skip to content

[Changed] bump playwright-core to v1.32.0 #284

[Changed] bump playwright-core to v1.32.0

[Changed] bump playwright-core to v1.32.0 #284

Workflow file for this run

name: Playwright-Elixir CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
all:
name: Build & Test
runs-on: ubuntu-20.04
env:
MIX_ENV: test
PLAYWRIGHT_TRANSPORT: driver
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-elixir@v1
with:
elixir-version: '1.12.0'
otp-version: '24.0.1'
- name: Install Elixir dependencies
run: mix deps.get
- name: Install Node dependencies
run: npm install --prefix assets
- name: Run tests
run: mix test