diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-06 08:41:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-06 08:41:47 -0400 |
| commit | ab52d902d5b04d90fe61ca8cb3d43eebce7260b5 (patch) | |
| tree | a470b34d27e1e0d1eb16d2e8ffac4373b2cdd764 /.github/workflows/go.yml | |
| parent | 3661392216783dbb0c186a2cc94c7ad7801bb099 (diff) | |
| parent | f1f8fdf7529daccad8fffe97ca6c868f7a9472c7 (diff) | |
| download | anubis-Xe/pre-npm-tarball.tar.xz anubis-Xe/pre-npm-tarball.zip | |
Merge branch 'main' into Xe/pre-npm-tarballXe/pre-npm-tarball
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows/go.yml')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0be7b37..18a8df7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -77,7 +77,7 @@ jobs: npm run assets - name: Build - run: go build ./... + run: npm run build - name: Test run: npm run test |
