Skip to content

Commit

Permalink
ci: multiple fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 11, 2023
1 parent 1dd7e0e commit 1965ade
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ jobs:
- name: Create manifest list and push
working-directory: ${{ env.DIGEST_DIR_PATH }}
run: |
echo "Path: ${{ env.DIGEST_DIR_PATH }}"
ls -lah ${{ env.DIGEST_DIR_PATH }}
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf '${{ inputs.image_org }}/${{ inputs.image_name }}@sha256:%s ' *)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-build-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
aws-region: ${{ vars.AWS_REGION }}

# TODO: Use upload artifacts action instead
- name: Cache build artifacts
uses: strophy/actions-cache@opendal-update
id: cache
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
timeout-minutes: 15
env:
CHROMIUM_BASED_BROWSER_NAME: EdgeHeadless
EDGE_BIN: /usr/bin/microsoft-edge
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
id: dashmate-fingerprint
run: echo "sha=$(git log -1 --format="%h" -- packages/dashmate)" >> $GITHUB_OUTPUT

# TODO: Use upload artifacts action instead
- name: Restore local network data
id: local-network-data
uses: strophy/actions-cache/restore@opendal-update
Expand Down
1 change: 1 addition & 0 deletions packages/dashmate/test/e2e/localNetwork.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ describe('Local Network', function main() {

const writeConfigTemplates = container.resolve('writeConfigTemplates');

configGroup = configFile.getGroupConfigs(groupName);
configGroup.forEach(writeConfigTemplates);
});

Expand Down

0 comments on commit 1965ade

Please sign in to comment.