Skip to content

Linode and Oracle code generation module and plugin by Partik GSoC2023 #166

Linode and Oracle code generation module and plugin by Partik GSoC2023

Linode and Oracle code generation module and plugin by Partik GSoC2023 #166

Workflow file for this run

name: nodecloud CI
on:
push:
branches:
- master
- nodecloud-next
pull_request:
branches:
- master
- nodecloud-next
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn install and test
run: |
yarn install
yarn test
env:
CI: true