Skip to content

Commit

Permalink
Clean up current "Build" step
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerartur committed Nov 20, 2023
1 parent faadc0f commit e936e26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI Build
name: Build

on:
push:
Expand All @@ -7,12 +7,12 @@ on:
pull_request:
branches:
- main

jobs:
build:
name: Build
runs-on: [ubuntu-latest]
runs-on: [ self-hosted, Linux, small ]

steps:
- uses: actions/checkout@v3

Expand All @@ -21,7 +21,7 @@ jobs:
with:
node-version: 16
cache: npm

- name: NPM Install
run: npm ci

Expand Down

0 comments on commit e936e26

Please sign in to comment.