diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 61a684a20..2b351da19 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -30,15 +30,9 @@ jobs: # Apps - subdir: apps/battleship build: build - - subdir: apps/escrow - build: build - test: test --passWithNoTests - subdir: apps/galactic-express build: build test: test --passWithNoTests - - subdir: apps/game-of-chance - build: build - test: test --passWithNoTests - subdir: apps/nft-marketplace build: build test: test --passWithNoTests @@ -50,9 +44,6 @@ jobs: test: test --passWithNoTests - subdir: apps/racing-car-game build: build - - subdir: apps/supply-chain - build: build - test: test --passWithNoTests - subdir: apps/syndote build: build test: test --passWithNoTests