Skip to content

Commit

Permalink
fix: typo intall -> install
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Dec 1, 2021
1 parent cc251b8 commit 779af32
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/update-mod-monthly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Check current install functionality
run: |
set -eu
: # Check go install functionality
docker-compose --file ./.github/docker-compose.yml up --abort-on-container-exit gogetu
docker-compose --file ./.github/docker-compose.yml up --abort-on-container-exit goinstall
: # Check brew functionality
docker-compose --file ./.github/docker-compose.yml up --abort-on-container-exit linuxbrew
- name: Update go.mod and run tests
run: |
set -eu
Expand All @@ -45,11 +54,6 @@ jobs:
docker-compose --file ./.github/docker-compose.yml up --abort-on-container-exit v1_16
docker-compose --file ./.github/docker-compose.yml up --abort-on-container-exit v1_17
docker-compose --file ./.github/docker-compose.yml up --abort-on-container-exit latest
: # Check go install functionality
docker-compose --file ./.github/docker-compose.yml up --abort-on-container-exit gogetu
docker-compose --file ./.github/docker-compose.yml up --abort-on-container-exit gointall
: # Check brew functionality
docker-compose --file ./.github/docker-compose.yml up --abort-on-container-exit linuxbrew
- name: Create Pull Request on Change
id: cpr
Expand Down

0 comments on commit 779af32

Please sign in to comment.