We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f895a commit 01386f6Copy full SHA for 01386f6
.devcontainer/Dockerfile
.devcontainer/config.sh
.devcontainer/devcontainer.json
.github/workflows/ci.yml
@@ -6,9 +6,6 @@ on:
6
pull_request:
7
branches: [ "main" ]
8
9
-env:
10
- JEPP_DB_HOST: localhost
11
-
12
jobs:
13
test-with-db:
14
runs-on: ubuntu-latest
@@ -26,9 +23,6 @@ jobs:
26
23
27
24
- name: Check out repository code
28
25
uses: actions/checkout@v3
29
30
- - name: Start db container
31
- run: docker compose up -d db
32
33
- name: Build
34
run: task build
.github/workflows/pub.yml
@@ -23,7 +23,7 @@ jobs:
uses: svenstaro/upload-release-action@2.6.1
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
- file: data/*{.csv,.gz}
+ file: data/sqlite/jepp.db
tag: ${{ github.ref }}
overwrite: true
file_glob: true
0 commit comments