Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
amintimany committed Aug 27, 2024
1 parent 00fe147 commit 507d01a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: test
run: echo $HOME
- name: make-ci
shell: bash -l {0}
run: make ci -j2
run: export HOME=/root; echo $HOME; make ci -j2

0 comments on commit 507d01a

Please sign in to comment.