Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>

Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Jul 24, 2024
1 parent c348ab2 commit e631b2d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
buildAndTest:
name: Build and Test (Manual)
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: [ self-hosted, Linux, medium, ephemeral, gpu ]
services:
ipfs-node:
image: ipfs/kubo:latest
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
buildAndTest:
name: Build and Test
runs-on: [self-hosted, Linux, medium, ephemeral]
runs-on: [ self-hosted, Linux, medium, ephemeral, gpu ]
services:
ipfs-node:
image: ipfs/kubo:latest
Expand Down Expand Up @@ -62,6 +62,9 @@ jobs:
pushd auth-service
yarn run build
popd
pushd queue-service
yarn run build
popd
pushd guardian-service
yarn run build
popd
Expand Down Expand Up @@ -98,6 +101,10 @@ jobs:
pushd auth-service
npm start &
sleep 20
popd
pushd queue-service
npm start &
sleep 20
popd
pushd guardian-service
npm start &
Expand Down

0 comments on commit e631b2d

Please sign in to comment.