Skip to content

Generate JavaScript based on 66d997fe770ece54f0e4597ad570b17e2a51587a… #376

Generate JavaScript based on 66d997fe770ece54f0e4597ad570b17e2a51587a…

Generate JavaScript based on 66d997fe770ece54f0e4597ad570b17e2a51587a… #376

Workflow file for this run

name: 'CI'
on:
push:
branches:
- main
pull_request:
branches: '**'
permissions:
contents: read
issues: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm install
- run: npm run test:integ
env:
GITHUB_TOKEN: ${{ secrets.INTEG_TEST_ACCESS_TOKEN }}