Skip to content

BCDA-7898: Add github workflow for testing #1

BCDA-7898: Add github workflow for testing

BCDA-7898: Add github workflow for testing #1

name: opt-out-import dev deploy
on:
workflow_dispatch:
push:
branches:
- austin/BCDA-7898
paths:
- lambda/opt-out-import/**
- .github/workflows/opt-out-import-dev-deploy.yml
jobs:
test:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
environment: dev
steps:
- name: Print a greeting
env:
VAR1: HELLO
VAR2: WORLD
run: |
echo $VAR1 $VAR2