Skip to content

Action Pulsar Dependency Tester

Actions
Test changes in Core Dependencies of Pulsar
v3.4
Latest
Star (1)

Tags

 (1)

Pulsar dependency Github Action

This Action can be used to test a Pulsar package.

name: CI
on:
  - push
  - pull_request
jobs:
  test:
    name: Test
    strategy:
      matrix:
        os: [ubuntu-20.04, macos-latest, windows-2019]
      fail-fast: false
    runs-on: ${{ matrix.os }}
    steps:
      - name: Checkout the Latest Package Code
        uses: actions/checkout@v3
      - name: Setup Pulsar Editor
        uses: pulsar-edit/[email protected]
      - name: Run the headless Pulsar Tests
        uses: coactions/[email protected]
        with:
          run: pulsar --test spec

The above is a valid workflow for any package repository.

Otherwise using coactions/setup-xvfb is recommended because otherwise the tests will attempt to startup Electron from Pulsar and fail when they are unable to connect to a display.

Using coactions/setup-xvfb over GabrielBB/xvfb-action is recommended because it appears unmaintained anymore, and Nodejs 12 actions are deprecated

Action Pulsar Dependency Tester is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Test changes in Core Dependencies of Pulsar
v3.4
Latest

Tags

 (1)

Action Pulsar Dependency Tester is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.