]> git.immae.eu Git - github/fretlink/docker-nix.git/commitdiff
Fix github action 13/head
authorIsmaël Bouya <ismael.bouya@fretlink.com>
Thu, 14 Oct 2021 09:41:35 +0000 (11:41 +0200)
committerIsmaël Bouya <ismael.bouya@fretlink.com>
Thu, 14 Oct 2021 09:41:52 +0000 (11:41 +0200)
.github/workflows/docker.yml

index 62cea6d3e56d8fc1f014eb01cbec32893bfb3b15..cd14344074b909ce428b219343b4238343e19a18 100644 (file)
@@ -33,8 +33,8 @@ jobs:
           tags: ${{ env.TEST_TAG }}
       - name: Test
         run: |
-          docker run -it --rm ${{ env.TEST_TAG }} 'nix-channel --list'
-          docker run -it --rm ${{ env.TEST_TAG }} 'nix-env -iA nixpkgs.hello && test "$(hello)" = "Hello, world!"'
+          docker run --rm ${{ env.TEST_TAG }} 'nix-channel --list'
+          docker run --rm ${{ env.TEST_TAG }} 'nix-env -iA nixpkgs.hello && test "$(hello)" = "Hello, world!"'
       - name: Get the version
         if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
         id: get_version