Skip to content

Commit

Permalink
increment test-tripal-action version to access build-image and docker…
Browse files Browse the repository at this point in the history
…file options.
  • Loading branch information
laceysanderson committed May 19, 2023
1 parent 137475a commit b442367
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.0_D9_4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.1
with:
directory-name: 'tripal'
modules: 'tripal tripal_biodb tripal_chado'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.0_D9_5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.1
with:
directory-name: 'tripal'
modules: 'tripal tripal_biodb tripal_chado'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.1_D10_0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.1
with:
directory-name: 'tripal'
modules: 'tripal tripal_biodb tripal_chado'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.1_D10_1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.1
with:
directory-name: 'tripal'
modules: 'tripal tripal_biodb tripal_chado'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.1_D9_4x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.1
with:
directory-name: 'tripal'
modules: 'tripal tripal_biodb tripal_chado'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.1_D9_5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.1
with:
directory-name: 'tripal'
modules: 'tripal tripal_biodb tripal_chado'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.2_D10.0x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.1
with:
directory-name: 'tripal'
modules: 'tripal tripal_biodb tripal_chado'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MAIN-phpunit-php8.2_D10.1x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run Automated testing
uses: tripal/test-tripal-action@v1.0
uses: tripal/test-tripal-action@v1.1
with:
directory-name: 'tripal'
modules: 'tripal tripal_biodb tripal_chado'
Expand Down

0 comments on commit b442367

Please sign in to comment.