Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenaSviridenko authored Apr 3, 2024
1 parent 6fde022 commit e010f88
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ on: [workflow_dispatch]
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Azure
uses: azure/powershell@v1
with:
inlineScript: |
az version
azPSVersion: "latest"
- run: az version
name: Az check
- name: make project
run: |
mkdir my-project
cd my-project
yarn init --yes
yarn install gulp
yarn gulp --version
- name: create gulpfile
run: |
cd my-project
cat "function defaultTask(cb) { console.log("hello"); cb(); } exports.default = defaultTask" > gulpfile.js
yarn gulp

0 comments on commit e010f88

Please sign in to comment.