Adrià Vilanova MartÃnez | 4fff1a9 | 2023-01-15 18:18:05 +0100 | [diff] [blame] | 1 | - name: Run tests |
2 | shell: | ||||
3 | cmd: | | ||||
4 | set -euxo pipefail | ||||
5 | node --experimental-vm-modules ./node_modules/jest/bin/jest.js --ci |& tee out/jest-log.txt | ||||
6 | chdir: "{{ zuul.project.src_dir }}" | ||||
7 | executable: /bin/bash | ||||
8 | changed_when: false |