Skip to content

Commit

Permalink
modifying workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 10, 2024
1 parent 25b59d3 commit e583759
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://storybook.js.org/docs/vue/writing-tests/test-runner#run-against-non-deployed-storybooks

name: 'Storybook/Testing'
name: 'Storybook'

on:
push:
Expand All @@ -16,7 +16,7 @@ on:
- 'packages/vue/**'

jobs:
build:
build-storybook:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -44,8 +44,8 @@ jobs:
name: storybook
path: apps/vue-storybook/storybook_compiled

a11y:
needs: build
a11y-tests:
needs: build-storybook
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -76,8 +76,8 @@ jobs:
- name: Serve Storybook and run tests
run: pnpm --filter @explorer-1/vue-storybook test:ci

chromatic:
needs: [build]
publish-to-chromatic:
needs: [build-storybook]
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vue.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# checks if vue package builds successfully

name: Build Vue Library
name: Vue

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions apps/vue-storybook/chromatic.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"buildScript": "build",
"projectId": "Project:668c47cbeb95392cd79c3c0d",
"workingDir": "apps/vue-storybook",
"buildScriptName": "build",
"storybookBaseDir": "apps/vue-storybook",
"zip": true
}

0 comments on commit e583759

Please sign in to comment.