Skip to content

Commit

Permalink
config: remove prefix for names
Browse files Browse the repository at this point in the history
  • Loading branch information
tams sokari committed Oct 18, 2023
1 parent 8662e6d commit 5ee6b8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ on:
- main
types:
- opened
- edited
- synchronize
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
deploy-preview-components:
components:
needs:
- test
defaults:
Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: '${{ secrets.AWS_SECRET_ACCESS_KEY }}'
AWS_REGION: '${{ secrets.AWS_REGION }}'
DEST_DIR: '${{ env.DEST_DIR_COMPONENTS }}'
deploy-preview-embed:
embed:
needs:
- test
defaults:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
workflow_dispatch:
jobs:
lint-components:
components:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -24,7 +24,7 @@ jobs:
run: npm ci
- name: lint
run: npm run lint
lint-embed:
embed:
runs-on: ubuntu-latest
defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
on:
workflow_call:
jobs:
test-components:
components:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -26,7 +26,7 @@ jobs:
start: npm start
working-directory: ./packages/components
wait-on: 'http://localhost:8000'
test-embed:
embed:
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 5ee6b8d

Please sign in to comment.