Skip to content

Commit

Permalink
fix(linux): install script
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed Jul 9, 2024
1 parent fa17cb2 commit f87431a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on-push-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ jobs:

- name: Run integration tests
run: make test-integration

- name: Check intall linux
run:
curl -s https://raw.githubusercontent.com/cristianoliveira/ergo/master/install.sh | sh

0 comments on commit f87431a

Please sign in to comment.