Skip to content

Commit

Permalink
Remove unnecessary CI step
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Boreham <[email protected]>
  • Loading branch information
bboreham committed Nov 5, 2024
1 parent c2bd561 commit 35ab16f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

# This file would normally be created by `make assets`, here we just
# mock it because the file is required for the tests to pass.
- name: Mock building of necessary react file
run: mkdir web/ui/static/react && touch web/ui/static/react/index.html

- name: Run Tests
run: GOOPTS=-tags=${{ matrix.buildtags }} make common-test

Expand Down

0 comments on commit 35ab16f

Please sign in to comment.