Skip to content

Commit

Permalink
Delete mock server (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller authored Jan 14, 2025
1 parent f80df85 commit 14b458d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tests:
strategy:
matrix:
image: [wst, wst-poc-mock-server]
image: [wst]
runs-on: ubuntu-latest
steps:

Expand Down
6 changes: 0 additions & 6 deletions src/exe/wst-poc-mock-server/Main.hs

This file was deleted.

8 changes: 0 additions & 8 deletions src/wst-poc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,6 @@ test-suite wst-poc-test
, tasty-hunit
, wst-poc

executable wst-poc-mock-server
import: lang
main-is: Main.hs
hs-source-dirs: exe/wst-poc-mock-server
build-depends:
, base
, wst-poc:test-lib

executable write-openapi-schema
import: lang
main-is: Main.hs
Expand Down

0 comments on commit 14b458d

Please sign in to comment.