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

Github Actions #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Github Actions #2

wants to merge 2 commits into from

Conversation

fahadakbar1
Copy link
Collaborator

No description provided.

runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do you need default directory?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was giving an error that ci requires package-lock.json but were unable to find it.

push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just do this remove branches tag so it will run everywhere
push:
pull_request:

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

Successfully merging this pull request may close these issues.

2 participants