We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6956ef commit ef6f0f2Copy full SHA for ef6f0f2
.github/workflows/nix.yml
@@ -81,6 +81,13 @@ jobs:
81
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
82
tags: tag:ci
83
84
+ - name: Login to GitHub Container Registry
85
+ uses: docker/login-action@v3
86
+ with:
87
+ registry: ghcr.io
88
+ username: ${{ github.actor }}
89
+ password: ${{ secrets.GITHUB_TOKEN }}
90
+
91
- uses: actions/cache@v4
92
with:
93
path: |
@@ -91,7 +98,7 @@ jobs:
98
${{ runner.os }}-go-
99
100
- name: Run Command
94
- run: nix develop --accept-flake-config --command ${{ inputs.command }}
101
+ run: ${{ inputs.command }}
95
102
96
103
- name: Upload Test Coverage
97
104
uses: actions/upload-artifact@v4
0 commit comments