Skip to content

Merge pull request #1019 from Owned-GG/chore/add-unix-logo #465

Merge pull request #1019 from Owned-GG/chore/add-unix-logo

Merge pull request #1019 from Owned-GG/chore/add-unix-logo #465

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
# manual trigger
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test