Skip to content

Commit

Permalink
no base image in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei committed Sep 19, 2023
1 parent 0bbbc60 commit bdb2a26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
matrix:
features:
- sqlc
baseImage:
- debian:latest
- ubuntu:latest
- mcr.microsoft.com/devcontainers/base:ubuntu
- mcr.microsoft.com/devcontainers/base:debian
# baseImage:
# - debian:latest
# - ubuntu:latest
# - mcr.microsoft.com/devcontainers/base:ubuntu
# - mcr.microsoft.com/devcontainers/base:debian
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion src/sqlc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $nanolayer_location \
--option binaryNames="$binary_names" \
--option version="$VERSION" \
--option assetRegex='.*\.tar\.gz' \
--option libName='sqlc'
# --option libName='sqlc'



Expand Down

0 comments on commit bdb2a26

Please sign in to comment.