]> git.immae.eu Git - github/fretlink/docker-nix.git/blobdiff - .github/workflows/docker.yml
Fix github action
[github/fretlink/docker-nix.git] / .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