Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed May 9, 2024
1 parent 521ac9d commit 4d94941
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- '2.7'

steps:
- uses: actions/checkout@v4
- name: run ls
run: ls
- name: run ls ..
run: ls ..
- name: Install dependencies
run: bundle install
- name: Run tests
Expand Down

0 comments on commit 4d94941

Please sign in to comment.