Skip to content

Commit

Permalink
test: starting app
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Jul 31, 2023
1 parent 721f65f commit e49a758
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Install
name: Run

on: push

Expand All @@ -24,3 +24,6 @@ jobs:

- name: Make sure `yarn install` works properly.
run: yarn install

- name: Make sure we can start the app.
run: yarn start

0 comments on commit e49a758

Please sign in to comment.