This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch github-actions
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git
The following commit(s) were added to refs/heads/github-actions by this push:
new 22cc1fa Try github actions
22cc1fa is described below
commit 22cc1faab4c84c88529282869e95640926baa90f
Author: Francis Chuang <[email protected]>
AuthorDate: Thu Aug 15 09:40:24 2019 +1000
Try github actions
---
.github/workflows/test.yaml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 84e696e..a60e2b3 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -21,11 +21,10 @@ jobs:
runs-on: ubuntu-latest
container:
- image: golang:${{ matrix.go_version}}-alpine
+ image: golang:${{ matrix.go_version}}
env:
GO111MODULE: on
database_image: ${{ matrix.database_image }}
- options: --entrypoint /bin/sh --tty
services:
database:
@@ -39,8 +38,6 @@ jobs:
- name: Run tests
run: |
- apk --no-cache --no-progress add gcc git musl-dev
-
if [[ $database_image =~ phoenix ]]; then
export AVATICA_FLAVOR=PHOENIX
elif [ $AVATICA_FLAVOR == hypersql ]; then