summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/uses-composite-with-error/push.yml
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/uses-composite-with-error/push.yml')
-rw-r--r--pkg/runner/testdata/uses-composite-with-error/push.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/runner/testdata/uses-composite-with-error/push.yml b/pkg/runner/testdata/uses-composite-with-error/push.yml
new file mode 100644
index 0000000..34289d8
--- /dev/null
+++ b/pkg/runner/testdata/uses-composite-with-error/push.yml
@@ -0,0 +1,12 @@
+name: uses-docker-url
+on: push
+
+jobs:
+ failing-composite-action:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - uses: ./uses-composite-with-error/composite_action2
+ - run: echo should run
+ if: failure()
+ - run: echo should not run