Skip to content

Commit 9148b9c

Browse files
committed
🔧 build-init: add aiida-examples to CI test
1 parent 38ec3be commit 9148b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: docker exec quantum-mobile bash -c "apt-get update && apt-get install -y python3 sudo"
4949

5050
- name: Run Ansible provisioning
51-
run: ansible-playbook -v --limit docker-ci -e build_hosts=docker-ci --skip-tags ci_skip playbook-build.yml
51+
run: ansible-playbook -v --limit docker-ci -e build_hosts=docker-ci --tags aiida-examples --skip-tags ci_skip playbook-build.yml
5252
env:
5353
ANSIBLE_CALLBACKS_ENABLED: ansible.posix.profile_tasks
5454

0 commit comments

Comments
 (0)