Skip to content

Commit

Permalink
fix: backport changes in the ci docs workflow (#11757)
Browse files Browse the repository at this point in the history
* fix: backport changes in the ci docs workflow

* build: run go mod tidy

* build: run make fmt update

---------

Co-authored-by: kruskal <[email protected]>
  • Loading branch information
kuisathaverat and kruskall authored Oct 5, 2023
1 parent 70d4cf4 commit 7017124
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ permissions:
contents: read

jobs:
test:
strategy:
matrix:
os: ['macos-latest', 'windows-latest']
runs-on: ${{ matrix.os }}
steps:
- run: 'echo "No tests required to run"'

system-test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7017124

Please sign in to comment.