Skip to content

Commit

Permalink
run daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
acharb committed Nov 21, 2023
1 parent bed237c commit 3ccf58b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Start docker
run: docker-compose -f docker-compose.yml up
run: docker-compose -f docker-compose.yml up -d
- uses: actions/setup-node@v2
with:
node-version: 18
Expand Down
29 changes: 15 additions & 14 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Run Tests
on: [pull_request]
jobs:
test-ci:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn install
- run: yarn build
- run: yarn test:ci
# ALEC TODO - uncomment
# name: Run Tests
# on: [pull_request]
# jobs:
# test-ci:
# name: test
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: 18
# - run: yarn install
# - run: yarn build
# - run: yarn test:ci

0 comments on commit 3ccf58b

Please sign in to comment.