Skip to content

Merge pull request #38 from hamirmahal/fix/usage-of-node12-which-is-d… #55

Merge pull request #38 from hamirmahal/fix/usage-of-node12-which-is-d…

Merge pull request #38 from hamirmahal/fix/usage-of-node12-which-is-d… #55

Workflow file for this run

on: [push]
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test XVFB
uses: GabrielBB/[email protected]
with:
run: echo 'Testing xvfb'
- name: Test XVFB with working directory
uses: GabrielBB/[email protected]
with:
working-directory: ./node_modules
run: pwd
- name: Test XVFB with options
uses: GabrielBB/[email protected]
with:
options: -screen 0 1600x1200x24
run: echo 'Testing xvfb'
- name: Test using major tag
uses: GabrielBB/xvfb-action@v1
with:
working-directory: ./node_modules
options: -screen 0 1600x1200x24
run: pwd