Skip to content

Commit

Permalink
Merge pull request #5 from merofinance/fix-ci
Browse files Browse the repository at this point in the history
馃懛馃徎  Fix CI
  • Loading branch information
chase-manning committed Aug 23, 2023
2 parents 5a90a93 + dbab9af commit 9c3f8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [pull_request]

jobs:
build:
name: Build
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v2
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 9c3f8fa

Please sign in to comment.