Skip to content

testing ci

testing ci #3

name: branch-integration-tests
on:
push:
branches:
- '*'
jobs:
integration-tests:
if: ${{ github.ref != 'refs/heads/master' }}
uses: "./.github/workflows/integration-tests.yaml"
with:
# role generated from https://github.com/Sceptre/sceptre-aws/blob/master/config/prod/gh-oidc-sceptre-tests.yaml
role-to-assume: "arn:aws:iam::743644221192:role/gh-oidc-sceptre-tests"