Skip to content

Test CI

Test CI #3

Workflow file for this run

name: safe-modules-4337
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./4337
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.17.1
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./4337
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.17.1
cache: 'npm'
- name: 'PWD Test'
run: pwd
working-directory: ./4337
- run: pwd
- run: npm ci
- run: npm run lint:sol