Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebraHr committed Aug 22, 2023
1 parent 7708f06 commit 339ca10
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions kittygram_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@

name: Main Kittygram workflow


on: push

on:
push:
branches:
- main

jobs:
tests:
Expand Down Expand Up @@ -74,13 +75,11 @@ jobs:
with:
node-version: 18


- name: Install dependencies
run: |
cd frontend/
npm ci
- name: Test frontend
run: |
cd frontend/
Expand Down

0 comments on commit 339ca10

Please sign in to comment.