Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHumphries9 authored Apr 16, 2021
1 parent 837726b commit 5ceac99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
node-version: '14'

# Runs a single command using the runners shell
# Installs all node modules
- name: Install Dependencies
run: npm i

# Runs a set of commands using the runners shell
- name: Run a multi-line script
# Runs the build script
- name: Run the build script
run: ./build.sh

0 comments on commit 5ceac99

Please sign in to comment.