Skip to content

Instantly share code, notes, and snippets.

@JoKenPo
Created August 22, 2023 01:06
Show Gist options
  • Select an option

  • Save JoKenPo/c84dcc30318b7a2f78d85ab6b2573609 to your computer and use it in GitHub Desktop.

Select an option

Save JoKenPo/c84dcc30318b7a2f78d85ab6b2573609 to your computer and use it in GitHub Desktop.

Revisions

  1. JoKenPo created this gist Aug 22, 2023.
    22 changes: 22 additions & 0 deletions test.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    name: Tests

    on:
    push:
    branches:
    - main
    pull_request:
    branches:
    - main

    jobs:
    build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Setup Node.js
    uses: actions/setup-node@v2
    with:
    node-version: '16'
    - run: yarn
    - run: yarn jest