Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajames committed Apr 1, 2024
1 parent 1c75f32 commit d386ff9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,17 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ github.workspace }}/slate-docs

strategy:
matrix:
ruby-version: [2.7.0]

steps:
- uses: actions/checkout@v2
- name: Move into slate-docs directory
run: |
cd slate-docs
ls -l
working-directory: ${{ github.workspace }}
- name: test
run: |
ls -l

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit d386ff9

Please sign in to comment.