Skip to content

Commit

Permalink
use the current branch for unit and integration tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlyaGomaa committed Sep 4, 2024
1 parent b670748 commit 3a67d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'alya/fix-config-file-tests'
ref: ${{ github.ref }}
fetch-depth: ''

- name: Install slips dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: 'alya/fix-config-file-tests'
ref: ${{ github.ref }}
fetch-depth: ''

- name: Enable memory overcommit (for redis)
Expand Down

0 comments on commit 3a67d63

Please sign in to comment.