Skip to content

Fix action

Fix action #4

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
test:
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: "${{ env.POCKET_IC_BIN }}" --version