Skip to content

changing linting error cause erroneous error to be flagged #149

changing linting error cause erroneous error to be flagged

changing linting error cause erroneous error to be flagged #149

Workflow file for this run

name: Test
on:
push:
env:
duplo_host: https://prod.duplocloud.net
duplo_tenant_id: 4b5f6dd7-c95b-4ab7-b6c6-10883941ad30
duplo_tenant_name: gha-tests
# user: github-duplo-bot
# token: github-duplo-cicd
duplo_token: ${{ secrets.RELEASE_BOT_DUPLO_TOKEN }}
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
with:
tenant: ${{ env.duplo_tenant_id }}
admin: false
- run: aws sts get-caller-identity