Skip to content

updated build spec, added basic github action to test #8

updated build spec, added basic github action to test

updated build spec, added basic github action to test #8

Workflow file for this run

on:
push
jobs:
DhcpServerTesting:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: eu-west-2
role-to-assume: arn:aws:iam::683290208331:role/GitHubWorkflow
role-session-name: GitHubWorkflow
- name: Sts GetCallerIdentity
run: |
aws sts get-caller-identity