Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu authored Nov 18, 2024
1 parent 5537784 commit 13a7065
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build Windows artifacts
on:
workflow_dispatch:
jobs:
publish_release:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: check pwd
run: |
ls
pwd
mkdir mytest
cd mytest
- name: check pwd again
run: |
ls
pwd

0 comments on commit 13a7065

Please sign in to comment.