Skip to content

Commit

Permalink
Merge pull request #6 from hyper63/twilson63/chgs-ci
Browse files Browse the repository at this point in the history
Twilson63/chgs ci
  • Loading branch information
twilson63 authored Sep 21, 2021
2 parents 3f769ae + e7a50ff commit e168992
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
# uses: denoland/setup-deno@v1
# with:
# deno-version: ${{ matrix.deno-version }}
# - run: npx pm2 start ./scripts/harness.sh && ./scripts/ci.sh
# - run: npx pm2 start ./scripts/harness.sh
# - run: curl localhost:6363
# - run: ./scripts/ci.sh
# env:
# HYPER: http://localhost:6363/test
# CI: true
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
image:
file: .gitpod.Dockerfile

ports:
- port: 6379
visibility: private
onOpen: ignore

tasks:
- command: redis-server
- init: git config core.hooksPath .hooks
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

deno lint && \
deno fmt --check && \./s
deno fmt --check && \
deno test adapter_test.js

0 comments on commit e168992

Please sign in to comment.