Skip to content

Commit

Permalink
deep tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-aws committed Nov 20, 2023
1 parent 71418b8 commit 99004a1
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/check-deep-tests-reusable.yml
Original file line number Diff line number Diff line change
@@ -1,25 +0,0 @@
name: Check Deep Tests (Reusable Workflow)

on:
workflow_call:

jobs:
check-deep-tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout Dafny
uses: actions/checkout@v4
with:
path: dafny
submodules: recursive
- uses: actions/github-script@v6
if: github.repository_owner == 'dafny-lang'
with:
# Since nightly-build.yml always targets fixed branches now, rather than being parameterized by
# branch, we can't effectively check "for a specific branch".
# That means we have to be less precise for now and block all branches if any branch fails the deep nightly tests.
script: |
const script = require('${{ github.workspace }}/dafny/.github/workflows/check-for-workflow-run.js')
console.log(script({github, context, core,
workflow_id: 'nightly-build.yml',
branch: 'master'}))

0 comments on commit 99004a1

Please sign in to comment.