diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4530e53..4b6d7b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,6 @@ on: push: branches: - master - - "*" pull_request: @@ -21,7 +20,6 @@ jobs: - {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"} - {os: ubuntu-18.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/latest"} - container: pecan/depends:develop services: postgres: image: mdillon/postgis:9.5 @@ -49,14 +47,18 @@ jobs: - uses: actions/checkout@v2 #- name: install utils - # run: apt-get update && apt-get install -y openssh-client postgresql-client curl + # run: | + # sudo apt-get update + # sudo apt-get install -y openssh-client postgresql-client curl - name: db setup uses: docker://pecan/db:latest - name: create account - uses: docker://pecan/bety:latest - args: user carya illinois "Carya Demo User" carya@example.com 1 1 + uses: docker://pecan/bety:develop + with: + # entrypoint: /home/bety/script/betyuser.sh + args: user carya illinois "Carya Demo User" carya@example.com 1 1 - uses: r-lib/actions/setup-r@master with: