Skip to content

Commit

Permalink
CI: re-enable nanox generated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Oct 5, 2023
1 parent 60f361d commit b9c7e55
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
mkdir -p tests/samples/micheline/nanosp
mkdir -p tests/samples/operations/nanosp
# mkdir -p tests/samples/micheline/nanox
# mkdir -p tests/samples/operations/nanox
mkdir -p tests/samples/micheline/nanox
mkdir -p tests/samples/operations/nanox
- name: Generate
run: |
Expand All @@ -133,10 +133,10 @@ jobs:
dune exec ./tests/generate/generate.exe operations 500 \
nanosp tests/samples/operations \
# dune exec ./tests/generate/generate.exe micheline 500 \
# nanox tests/samples/micheline
# dune exec ./tests/generate/generate.exe operations 500 \
# nanox tests/samples/operations
dune exec ./tests/generate/generate.exe micheline 500 \
nanox tests/samples/micheline
dune exec ./tests/generate/generate.exe operations 500 \
nanox tests/samples/operations
- name: Unit tests
run: |
Expand Down Expand Up @@ -167,25 +167,25 @@ jobs:
name: nanosp_samples_operations
path: tests/samples/operations/nanosp

# - name: Upload results (nanox, micheline)
# uses: actions/upload-artifact@v3
# with:
# name: nanox_samples_micheline
# path: tests/samples/micheline/nanox
#
# - name: Upload results (nanox, operations)
# uses: actions/upload-artifact@v3
# with:
# name: nanox_samples_operations
# path: tests/samples/operations/nanox
- name: Upload results (nanox, micheline)
uses: actions/upload-artifact@v3
with:
name: nanox_samples_micheline
path: tests/samples/micheline/nanox

- name: Upload results (nanox, operations)
uses: actions/upload-artifact@v3
with:
name: nanox_samples_operations
path: tests/samples/operations/nanox

integration_tests_samples:
needs: [build_app, generate_samples_unit_tests, build_docker_integration_tests]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
device: [nanos, nanosp]
device: [nanos, nanosp, nanox]
type: [micheline, operations]
container:
image: ${{ needs.build_docker_integration_tests.outputs.image }}
Expand Down

0 comments on commit b9c7e55

Please sign in to comment.