Skip to content

Commit 4f22948

Browse files
Copilotkwerle
andauthored
Use make test in GitHub Actions workflow (#109)
* Initial plan * Update GitHub Actions workflow to use make test Co-authored-by: kwerle <23320+kwerle@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kwerle <23320+kwerle@users.noreply.github.com>
1 parent 67cb24d commit 4f22948

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,5 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v2
21-
- name: build
22-
run: make image
23-
- name: test
24-
run: docker run --rm ruby_language_server rake | tee test.log
25-
- name: rubocop
26-
run: docker run --rm ruby_language_server rubocop | tee rubocop.log
21+
- name: Run tests
22+
run: make test

0 commit comments

Comments
 (0)