Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: Unexpected token 'for' #1165

Closed
nmashchenko opened this issue Sep 24, 2023 · 3 comments
Closed

SyntaxError: Unexpected token 'for' #1165

nmashchenko opened this issue Sep 24, 2023 · 3 comments
Assignees

Comments

@nmashchenko
Copy link

Describe the bug
Moving all files to folder server breaks e2e docker tests

To Reproduce
Steps to reproduce the behavior:

  1. Move all files to server folder
  2. Add working-directory: ./server under - name: Run e2e tests
  3. Wait until CI runs

Expected behavior
CI passes tests

Screenshots
image

Desktop (please complete the following information):
N/A: GitHub actions

Additional context
Tested in local repo, might missing something in docker setup:
https://github.com/nmashchenko/nestjs

@Shchepotin
Copy link
Collaborator

@nmashchenko your wait-for-it.sh doesn't have executable permission. You can change it via chmod

Actual result:
Screenshot 2023-09-24 at 17 03 48

Expected result:
Screenshot 2023-09-24 at 17 04 45

@Shchepotin
Copy link
Collaborator

@nmashchenko
Copy link
Author

@Shchepotin works perfectly now! Thanks!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants