Skip to content

add configurations for sonic and sonicTestnet and deploy GS Token to … #18

add configurations for sonic and sonicTestnet and deploy GS Token to …

add configurations for sonic and sonicTestnet and deploy GS Token to … #18

Workflow file for this run

name: Compile/Test
on:
push:
branches-ignore:
- main
jobs:
compile-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://npm.pkg.github.com/
scope: '@gammaswap'
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
- run: yarn install
env:
NODE_AUTH_TOKEN: ${{secrets.GS_TOKEN}}
- run: yarn run test