mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-26 06:29:03 -06:00
Reorder preparation of devcontainer configuration in lint-test-build workflow
This commit is contained in:
10
.github/workflows/lint-test-build.yaml
vendored
10
.github/workflows/lint-test-build.yaml
vendored
@@ -27,11 +27,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Prepare devcontainer-ci.json
|
||||
run: |
|
||||
rm -f .devcontainer/devcontainer.json
|
||||
mv .devcontainer/devcontainer-ci.json .devcontainer/devcontainer.json
|
||||
|
||||
- name: Setup Docker buildx for multi-architecture builds
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
@@ -42,6 +37,11 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y skopeo
|
||||
|
||||
- name: Prepare devcontainer-ci.json
|
||||
run: |
|
||||
rm -f .devcontainer/devcontainer.json
|
||||
mv .devcontainer/devcontainer-ci.json .devcontainer/devcontainer.json
|
||||
|
||||
- name: Run lint, test, and build
|
||||
uses: devcontainers/ci@v0.3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user