Skip to content

Commit

Permalink
Add check of used yarn version (#81)
Browse files Browse the repository at this point in the history
* Add yarn version check to action

* Add workflow_dispatch what allows to trigger workflow manually
  • Loading branch information
paularintaharri authored Apr 10, 2024
1 parent 33c38ad commit b52189a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

env:
AZURE_WEBAPP_NAME: pos-backend-staging # set this to your application's name
Expand All @@ -16,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Print Yarn version
run: yarn --version
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit b52189a

Please sign in to comment.