Skip to content

Commit

Permalink
more test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Di Nella committed Oct 6, 2023
1 parent fe512ce commit 59dcdcf
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
name: Build and Test
name: Build

on:
push:

permissions:
contents: read
pages: write
id-token: write

jobs:
build-and-test:
deploy:
environment:
name: github-pages
url: ${{ steps.build-publish.outputs.page_url }}
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
- id: build-publish
with:
node-version: '14'

- name: Install dependencies
run: npm install

- name: Run tests
run: npm run test

- name: Build project
run: npm run build
path: dist/storybook
build_command: npm run build

0 comments on commit 59dcdcf

Please sign in to comment.