Skip to content

Commit

Permalink
Running stardis test with tardis push commits
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Jul 16, 2024
1 parent ba8823a commit 0632d93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: tests

on:
push:
repository_dispatch:
types: [trigger-workflow]
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -65,7 +67,7 @@ jobs:
id: install-tardis
# shell: bash -l {0}
run: |
pip install git+https://github.com/tardis-sn/tardis.git
pip install git+https://github.com/${{github.repository_owner}}/tardis.git@${{ github.event.client_payload.sha }}
- name: Install STARDIS
id: install-stardis
Expand Down

0 comments on commit 0632d93

Please sign in to comment.