Skip to content

Commit

Permalink
Remove gameroom test workflows
Browse files Browse the repository at this point in the history
These have not aged well and no longer pass, probably due to upstream
dependency changes.

Signed-off-by: Shawn T. Amundson <[email protected]>
  • Loading branch information
vaporos committed Jan 31, 2024
1 parent 2ccebde commit 5b22d59
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 57 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/0-6-test-gameroom-ui.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/0-6-test-gameroom.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ ci:
just ci-lint-dockerfiles
just ci-lint-openapi
just ci-shellcheck
just ci-test-gameroom

ci-lint-client:
#!/usr/bin/env sh
Expand All @@ -79,10 +78,6 @@ ci-shellcheck:
docker run -t --rm -v $(pwd):/mnt koalaman/shellcheck:stable \
cli/packaging/ubuntu/completions/splinter
ci-test-gameroom: test-gameroom

ci-test-gameroom-ui: test-gameroom-ui

clean:
cargo clean

Expand Down

0 comments on commit 5b22d59

Please sign in to comment.