Skip to content

Merge pull request #132 from glean-notes/dependabot/npm_and_yarn/type… #241

Merge pull request #132 from glean-notes/dependabot/npm_and_yarn/type…

Merge pull request #132 from glean-notes/dependabot/npm_and_yarn/type… #241

Workflow file for this run

name: 'build-test'
on:
workflow_dispatch:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Get pipeline status
uses: ./
- name: Gives the expected conclusion
run: |
if [[ "${{ env.WORKFLOW_CONCLUSION }}" != "skipped" ]]; then echo "The pipeline failed" && exit 1; fi