Skip to content

Commit

Permalink
fixed workflow synthax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kalio007 committed Jul 19, 2024
1 parent 782304f commit b50518d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,23 @@ jobs:

steps:
- name: Pull from github
id: pull
run: |
git pull origin dev
id: pull
run: |
git pull origin dev
- name: install dependencies
run: yarn install
- name: buld the dist
run: yarn build


# test:
# -name: Run test
# run: yarn jest

# deploy:
# runs-on: self-hosted
# needs: build
# if: github.ref == 'refs/heads/dev'

# steps:
# - name: Install dependencies
# run: yarn install

0 comments on commit b50518d

Please sign in to comment.