Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Szkered committed Oct 27, 2023
1 parent 30817b6 commit 5134be2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ">=1.16.0"
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
- name: Test
run: |
make bazel-test
Expand Down

0 comments on commit 5134be2

Please sign in to comment.