Skip to content

add: GitHub actions workflows #2

add: GitHub actions workflows

add: GitHub actions workflows #2

Workflow file for this run

name: Test, Build & Push (dev)
on:
workflow_dispatch:
push:
branches:
- dev
env:
AWS_REGION: us-east-1
AWS_ROLE: arn:aws:iam::019120760881:role/prod-use1-github-oidc-role
AWS_ECR_REPOSITORY: probelab
jobs:
test:
name: Ants
uses: ./.github/workflows/jobs/test.yml

Check failure on line 17 in .github/workflows/push_dev.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push_dev.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
permissions:
id-token: write
contents: read
build_push:
name: Ants
uses: ./.github/workflows/jobs/build_push.yml
needs: test
permissions:
id-token: write
contents: read