Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Nov 4, 2024
1 parent a0db30d commit 86828f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 358 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
name: CI

env:
# 7 GiB by default on GitHub, setting to 6 GiB
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
NODE_OPTIONS: --max-old-space-size=6144
# configure corepack to be strict but not download newer versions or change anything
COREPACK_DEFAULT_TO_LATEST: 0
COREPACK_ENABLE_AUTO_PIN: 0
COREPACK_ENABLE_STRICT: 1

on:
push:
branches:
Expand Down Expand Up @@ -44,6 +35,3 @@ jobs:
- name: audit
if: (${{ success() }} || ${{ failure() }})
run: pnpm audit
- name: test
if: (${{ success() }} || ${{ failure() }})
run: pnpm test:self
311 changes: 0 additions & 311 deletions .github/workflows/ecosystem-ci-from-pr.yml

This file was deleted.

40 changes: 5 additions & 35 deletions .github/workflows/ecosystem-ci-selected.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
workflow_dispatch:
inputs:
refType:
description: "type of vite ref to use"
description: "type of qwik ref to use"
required: true
type: choice
options:
Expand All @@ -24,51 +24,21 @@ on:
- release
default: "branch"
ref:
description: "vite ref to use"
description: "qwik ref to use"
required: true
type: string
default: "main"
repo:
description: "vite repository to use"
description: "qwik repository to use"
required: true
type: string
default: "vitejs/vite"
default: "QwikDev/qwik"
suite:
description: "testsuite to run"
required: true
type: choice
options:
- analogjs
- astro
- histoire
- hydrogen
- iles
- ladle
- laravel
- marko
- nuxt
- nx
- previewjs
- quasar
- qwik
- rakkas
- redwoodjs
- remix
- storybook
- sveltekit
- unocss
- vike
- vite-environment-examples
- vite-plugin-pwa
- vite-plugin-react
- vite-plugin-react-pages
- vite-plugin-react-swc
- vite-plugin-svelte
- vite-plugin-vue
- vite-setup-catalogue
- vitepress
- vitest
- vuepress
- qwik-ui-headless
jobs:
execute-selected-suite:
timeout-minutes: 30
Expand Down

0 comments on commit 86828f2

Please sign in to comment.