Skip to content

Commit

Permalink
Test #499
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Apr 15, 2024
1 parent 71338c5 commit ec75e9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,17 @@ jobs:
cd ..
pwd
ls -la
mv inventory-management-system inventory-management-system-api
mv -v inventory-management-system/* inventory-management-system-api
cd inventory-management-system-api/
- name: Setup MongoDB
working-directory: ../inventory-management-system-api
run: |
pwd
ls -la
python --version
python ./scripts/dev_cli.py db-init --replicaSetMemberHost localhost
python ./scripts/dev_cli.py db-import
mkdir inventory-management-system
cd ../inventory-management-system
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down

0 comments on commit ec75e9b

Please sign in to comment.