Skip to content

ON-453: removed generated folders #8

ON-453: removed generated folders

ON-453: removed generated folders #8

Workflow file for this run

name: Build
on:
push:
branches: ['*', '!master', '!dev', '!qa']
jobs:
build_test_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
cache: npm
node-version: 16
registry-url: 'https://npm.pkg.github.com'
scope: '@oriumnetwork'
- name: Install Dependencies
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GHB_TOKEN }}
# Goerli
- name: Goerli Code Generator
run: npm run codegen-goerli
- name: Goerli Build
run: npm run build-goerli
- name: Goerli Test
run: npm run test-goerli

Check failure on line 30 in .github/workflows/all.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/all.yaml

Invalid workflow file

You have an error in your yaml syntax on line 30