Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supnate committed Mar 18, 2024
1 parent c409a52 commit 1a3f9f8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: build

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches:
- main
Expand All @@ -13,14 +12,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
Expand All @@ -36,7 +31,6 @@ jobs:
- name: Install dependencies
run: pnpm i

# Build API docs and examples
- name: Unit tests
run: |
cd packages/nice-form-react
Expand All @@ -45,7 +39,6 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@v2

# Build API docs and examples
- name: build
run: |
cd packages/nice-form-react
Expand Down

0 comments on commit 1a3f9f8

Please sign in to comment.