Skip to content

fix: use GitHub App token to checkout syrup-staking-contract #84

fix: use GitHub App token to checkout syrup-staking-contract

fix: use GitHub App token to checkout syrup-staking-contract #84

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js 20 LTS
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run tests
run: npm test