This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy CF.gov to EKS | ||
on: | ||
push: | ||
jobs: | ||
test: | ||
uses: cfpb/actions/.github/workflows/image-scan.yml@v1 | ||
Check failure on line 6 in .github/workflows/test-actions.yml GitHub Actions / .github/workflows/test-actions.ymlInvalid workflow file
|
||
build: | ||
runs-on: | ||
- codebuild-cfpb-cfgov-cfgov-gha-${{ github.run_id }}-${{ github.run_attempt }} | ||
steps: | ||
- name: testing | ||
run: echo "hello from test actions" |