Skip to content

Commit

Permalink
run ile tests in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
  • Loading branch information
SanjulaGanepola committed Aug 2, 2024
1 parent a1cfc5d commit 3166913
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
IBMI_PASSWORD: ${{ secrets.IBMI_PASSWORD }}
IBMI_SSH_PORT: ${{ secrets.IBMI_SSH_PORT }}

- name: Test Manzan
- name: Run ILE Tests
working-directory: scripts
run: ./testIle.sh

- name: Run E2E Tests
working-directory: test
run: |
ici \
Expand Down
2 changes: 1 addition & 1 deletion test/ile/BUILD → BUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cc_test(
name = "test_util",
size = "small",
srcs = ["test_util.cc", "ile/src/manzan.h"],
srcs = ["test/ile/test_util.cc", "ile/src/manzan.h"],
deps = [
"@googletest//:gtest",
"@googletest//:gtest_main",
Expand Down
File renamed without changes.

0 comments on commit 3166913

Please sign in to comment.