Skip to content

Commit

Permalink
update ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
drinckes committed Dec 23, 2024
1 parent 0e80d8e commit 2c9239a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
OLC_PATH: c
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v3
- name: test
run: bazel test --test_output=all ${OLC_PATH}:all
- name: check formatting
Expand All @@ -20,6 +21,7 @@ jobs:
OLC_PATH: cpp
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v3
- name: test
run: bazel test --test_output=all ${OLC_PATH}:all
- name: check formatting
Expand Down Expand Up @@ -70,6 +72,7 @@ jobs:
name: test-java-${{ matrix.java }}
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v3
- name: Setup java
uses: actions/setup-java@v2
with:
Expand All @@ -85,6 +88,7 @@ jobs:
OLC_PATH: js/closure
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v3
- name: test
run: |
bazel test ${OLC_PATH}:all
Expand Down Expand Up @@ -113,6 +117,7 @@ jobs:
name: test-python-${{ matrix.python }}
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 2c9239a

Please sign in to comment.