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 b254489
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,14 @@ jobs:
- '2.7'

steps:
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake spec
- uses: actions/checkout@v4
- name: run ls
run: ls
- name: run ls ..
run: ls ..
- name: run ls ../..
run: ls ../..
# - name: Install dependencies
# run: bundle install
# - name: Run tests
# run: bundle exec rake spec

0 comments on commit b254489

Please sign in to comment.