Skip to content

Commit

Permalink
chore(e2e): test action
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-wayner committed Jan 11, 2024
1 parent aae7c6c commit 7bd137a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,24 @@ jobs:
run: docker run -p 27017:27017 -e MONGO_INITDB_ROOT_USERNAME=admin -e MONGO_INITDB_ROOT_PASSWORD=password -e MONGO_INITDB_DATABASE=bridge-test -d mongo:4.4

- uses: actions/checkout@v2
#
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: https://npm.pkg.github.com/

- run: yarn --ignore-engines
name: Install dependencies
env:
NODE_AUTH_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- run: yarn run test
name: Run Tests

- run: yarn run test:e2e
name: Run E2E Tests
#
# - run: yarn run test-mongo-init
# - run: yarn run test-mongo

0 comments on commit 7bd137a

Please sign in to comment.