Skip to content

add eks m6&c6 instance types (#5146) #34

add eks m6&c6 instance types (#5146)

add eks m6&c6 instance types (#5146) #34

Workflow file for this run

name: Tests
on:
push:
branches:
- release-2.8
pull_request:
branches:
- release-2.8
# This tells GH that the workflow is reusable
workflow_call:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Run Setup
uses: ./.github/actions/setup
- name: Run tests
run: yarn test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Run Setup
uses: ./.github/actions/setup
- name: Run linter
run: yarn lint:js