Skip to content

Commit 10a7ab7

Browse files
committed
commit for ci tests
1 parent b9a8477 commit 10a7ab7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,9 @@ jobs:
9393
echo "Running tests on image: $IMAGE_TO_TEST"
9494
docker run --name $CONTAINER_NAME \
9595
-v ./nix_tests:/app/tests -d \
96-
$IMAGE_TO_TEST tail -f /dev/null
96+
$IMAGE_TO_TEST /app/tests/run_all.sh
9797
echo "container_name=$CONTAINER_NAME" >> $GITHUB_OUTPUT
9898
99-
- name: Run all tests in container
100-
run: |
101-
docker exec ${{ steps.container.outputs.container_name }} \
102-
'home-manager switch && /app/tests/run_all.sh'
103-
10499
- name: Clean up container
105100
if: always()
106101
run: docker rm -f ${{ steps.container.outputs.container_name }}

0 commit comments

Comments
 (0)