Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

More complex root

More complex root #16

Workflow file for this run

name: Lua
on:
push:
branches: [ "main", "feature/github_actions" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
id: hello
uses: actions/[email protected]
- name: Build
id: world
run: ./Util/build.sh
- name: Check on failures
if: (${{ success() }} || ${{ failure() }}) && (${{ steps.hello.outcome }} == 'failure' || ${{ steps.world.outcome }} == 'failure')
run: exit 1