Skip to content

Commit

Permalink
Add missing checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Jul 6, 2023
1 parent d239c3d commit 6987375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- name: Install tox
run: python3 -m pip install --user tox
- uses: actions/checkout@v3
- name: Run Integration tests
run: |
tox -e integration -- \
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Tests

on:
pull_request:
# TODO: Enable on pull_request and remove workflow_call.
# pull_request:
workflow_call:

jobs:
unit-tests:
Expand Down

0 comments on commit 6987375

Please sign in to comment.