Skip to content

Commit

Permalink
chore: try flatten dirs in .github
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Sep 27, 2023
1 parent 119f3d9 commit 661c4db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v4

- name: Prepare environment and caches
uses: ./.github/actions/prep-env-and-cache
uses: ./.github/actions/prep-env-and-cache.yml
with:
env_file: "channels/${{ matrix.channel }}.env"

Expand All @@ -56,21 +56,21 @@ jobs:
shell: bash

- name: Upload results
uses: ./.github/actions/upload-results
uses: ./.github/actions/upload-results.yml
with:
component: ${{ matrix.component }}
channel: ${{ matrix.channel }}

# TODO: remove extra step with https://phabricator.wikimedia.org/T347000
- name: Upload additional bundle results for wikibase build
if: matrix.component == 'wikibase'
uses: ./.github/actions/upload-results
uses: ./.github/actions/upload-results.yml
with:
component: ${{ matrix.component }}-bundle
channel: ${{ matrix.channel }}

- name: Scan Image
uses: ./.github/actions/scan-image
uses: ./.github/actions/scan-image.yml
continue-on-error: true
with:
image_name: ${{ matrix.component }}
Expand All @@ -79,7 +79,7 @@ jobs:
# TODO: remove extra step with https://phabricator.wikimedia.org/T347000
- name: Scan additional bundle Image for wikibase builds
if: matrix.component == 'wikibase'
uses: ./.github/actions/scan-image
uses: ./.github/actions/scan-image.yml
continue-on-error: true
with:
image_name: "${{ matrix.component }}-bundle"
Expand Down

0 comments on commit 661c4db

Please sign in to comment.