Skip to content

V5 (LTS): package whole project source code #103

V5 (LTS): package whole project source code

V5 (LTS): package whole project source code #103

name: Long integration tests
on:
workflow_dispatch:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build image
run: |
docker buildx build --output type=docker --no-cache . -t sdk-rust-contract-builder:next -f ./Dockerfile
- name: Build
run: |
export PYTHONPATH=.
python ./integration_tests/test_previous_builds_are_reproducible.py --selected-builds "a.1" "a.2" "a.3" "a.4"
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
name: testdata_output_long_integration_tests
path: |
./testdata/output/**/*.*
if-no-files-found: error