Skip to content

LAST time, cube5, /dev/urandom IS NOT a variable name generator... #5

LAST time, cube5, /dev/urandom IS NOT a variable name generator...

LAST time, cube5, /dev/urandom IS NOT a variable name generator... #5

Workflow file for this run

name: emptydirclone-e2e-tests
on:
workflow_run:
workflows: [emptydirclone-image-build-push]
types: [completed]
permissions:
packages: write
jobs:
on-success:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo 'The triggering workflow passed'
on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
steps:
- run: echo 'The triggering workflow failed'
e2e-tests:
runs-on: ubuntu-latest
steps:

Check failure on line 24 in .github/workflows/e2e-tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e-tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 24
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"
- name: Run E2E tests
run: echo "Hello, E2E"