Skip to content

Commit

Permalink
Merge pull request #2 from QwikDev/feat/add-qwik-image
Browse files Browse the repository at this point in the history
feat: add qwik-image
  • Loading branch information
shairez authored Nov 21, 2024
2 parents 0bb91ce + a415e31 commit 7666b69
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ on:
type: choice
options:
- qwik-ui-headless
- qwik-image
jobs:
execute-selected-suite:
timeout-minutes: 30
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
matrix:
suite:
- qwik-ui-headless
- qwik-image
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 12 additions & 0 deletions tests/qwik-image.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { runInRepo } from '../utils.ts'
import type { RunOptions } from '../types.d.ts'

export async function test(options: RunOptions) {
await runInRepo({
...options,
repo: 'qwikdev/qwik-image',
branch: 'main',
build: 'build',
test: 'test',
})
}

0 comments on commit 7666b69

Please sign in to comment.