We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024a35e commit 8fcfc2fCopy full SHA for 8fcfc2f
.github/workflows/ci.yml
@@ -8,6 +8,9 @@ on:
8
branches:
9
- main
10
11
+env:
12
+ DATABASE_URL: sqlite:data/spis.db
13
+
14
jobs:
15
ci:
16
name: Run ${{ matrix.target }}
@@ -22,9 +25,6 @@ jobs:
22
25
- name: Checkout
23
26
uses: actions/checkout@v4
24
27
- - name: Read .envrc
- uses: HatsuneMiku3939/direnv-action@v1
-
28
- name: Install rust toolchain
29
uses: ./.github/actions/toolchain
30
.github/workflows/release.yml
@@ -9,6 +9,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
VERSION: ${{ github.ref_name }}
@@ -31,9 +32,6 @@ jobs:
31
32
33
34
35
36
37
38
39
0 commit comments