Skip to content

Commit

Permalink
try ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Dec 13, 2024
1 parent d8a1c93 commit 8d1d617
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bolts-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
branches:
- main
jobs:
setup:
uses: ./.github/workflows/setup.yml
tests:
runs-on: [self-hosted, linux]
steps:
- name: Setup
uses: ./.github/workflows/setup.yml
- name: Checkout
uses: actions/checkout@v4
- name: Bolts Tests
run: ./run-tests.sh --admit-vcs
fail_if_pull_request_is_draft:
Expand Down

0 comments on commit 8d1d617

Please sign in to comment.