Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Oct 31, 2024
1 parent 1365602 commit e2a30d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: Build, Test, and Deploy

on: [push]
jobs:
run:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit e2a30d2

Please sign in to comment.