Skip to content

Commit

Permalink
add before-script
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Jun 19, 2024
1 parent e6aaaf1 commit 89af997
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Before script
id: before-script
shell: bash
run: ./gitlab-ci/src/ci-scripts/before-script.sh
- name: Run NNS Tests Nightly
id: bazel-test-all
uses: ./.github/actions/bazel-test-all/
Expand Down

0 comments on commit 89af997

Please sign in to comment.