Skip to content

Commit e2f78ae

Browse files
chore(deps): update hoverkraft-tech/compose-action digest to 089c512 (#138)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: oleiade <theo@crevon.me>
1 parent dcb5c40 commit e2f78ae

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: go install go.k6.io/k6@latest
4848

4949
- name: Build the docker-compose stack
50-
uses: hoverkraft-tech/compose-action@c4d1d8e06d46515645492e74ce683a209c5151be
50+
uses: hoverkraft-tech/compose-action@089c512a98f77a69316682d52c4fd8d71a97d0bf
5151
with:
5252
up-flags: '-d'
5353
down-flags: '-v'

deno.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"test": "deno task build && docker compose down -v && docker compose up --build -d && sleep 15 && k6 run -q tests/index.js",
88
"test:ci": "deno task build && k6 run -q tests/index.js"
99
},
10+
"lint": {
11+
"rules": {
12+
"exclude": ["no-import-prefix"]
13+
}
14+
},
1015
"imports": {
1116
"@std/assert": "jsr:@std/assert@1",
1217
"@types/k6": "npm:@types/k6@^1.0.2",

0 commit comments

Comments
 (0)