Skip to content

Commit

Permalink
feat: update ci for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
ecshreve committed Jun 28, 2023
1 parent 53f895a commit 01386f6
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 81 deletions.
7 changes: 0 additions & 7 deletions .devcontainer/Dockerfile

This file was deleted.

41 changes: 0 additions & 41 deletions .devcontainer/config.sh

This file was deleted.

26 changes: 0 additions & 26 deletions .devcontainer/devcontainer.json

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
pull_request:
branches: [ "main" ]

env:
JEPP_DB_HOST: localhost

jobs:
test-with-db:
runs-on: ubuntu-latest
Expand All @@ -26,9 +23,6 @@ jobs:

- name: Check out repository code
uses: actions/checkout@v3

- name: Start db container
run: docker compose up -d db

- name: Build
run: task build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: data/*{.csv,.gz}
file: data/sqlite/jepp.db
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit 01386f6

Please sign in to comment.