Skip to content

Add github action

Add github action #1

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
example-job:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install PocketIC server
uses: dfinity/pocketic@main

Check failure on line 12 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
- name: Confirm successful installation
run: "${POCKET_IC_BIN}" --version