Skip to content

Commit

Permalink
allow user access to port on release
Browse files Browse the repository at this point in the history
  • Loading branch information
pelazas committed May 6, 2024
1 parent 4bd2dde commit d2e1bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- run: npm --prefix multiplayerservice install
- run: npm --prefix webapp install
- run: npm --prefix webapp run build
- run: sudo setcap 'cap_net_bind_service=+ep' `which node`
- run: npm --prefix webapp run test:e2e

docker-push-webapp:
Expand Down

0 comments on commit d2e1bfb

Please sign in to comment.