Skip to content

Commit

Permalink
wip: migration from Travis CI to GitHub Actions #149
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Dec 9, 2023
1 parent c0521e6 commit 7cae787
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ chmod +x ./.github/workflows/env.sh
#
echo "##[group]Build"

# Define the application name
APP=$(node -p -e "require('./package.json').name")
cd $APP
yarn pwa:build
EXIT_CODE=$?
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Start MongoDB
uses: timgchile/[email protected]
with:
mongodb-version: 4.0
mongodb-version: 6.0
- name: Run tests
run: |
chmod +x ./.github/workflows/test.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ chmod +x ./.github/workflows/env.sh
# Run backend tests
#
cd api
yarn
yarn test

0 comments on commit 7cae787

Please sign in to comment.