Skip to content

Ericbrehault/sc 6448/integration tests in cli repo #1

Ericbrehault/sc 6448/integration tests in cli repo

Ericbrehault/sc 6448/integration tests in cli repo #1

Workflow file for this run

name: Nuclia SDK
on:
pull_request:
branches:
- main
push:
branches:
- main
repository_dispatch:
type: test
jobs:
test:
name: Testing
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install package
run: make install
- name: Run pre-checks
run: make lint
- name: Test
run: GA_TESTING_SERVICE_TOKEN="${{ secrets.GA_TESTING_SERVICE_TOKEN }}" GA_TESTING_TOKEN="${{ secrets.GA_TESTING_TOKEN }}" GA_TESTING_NUA="${{ secrets.GA_TESTING_NUA }}" make test