Skip to content

Commit

Permalink
add go
Browse files Browse the repository at this point in the history
  • Loading branch information
jcscottiii committed Feb 9, 2024
1 parent f9dfeef commit 3b869eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MINIKUBE_PROFILE=webstatus-dev
MINIKUBE_PROFILE=webstatus-dev
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ jobs:
uses: medyagh/setup-minikube@4f680380adb365368edacbb09d9ac531070c53e6
with:
start-args: '--profile webstatus-dev'
- uses: actions/setup-go@v5
with:
go-version: '1.22.0' # matches the version in .devcontainer/devcontainer.json
- uses: actions/setup-node@v4
with:
node-version: 20 # matches the version in devcontainer.json
node-version: 20 # matches the version in .devcontainer/devcontainer.json
- name: Install root level packages
run: npm i --workspaces=false
- name: Run playwright tests
Expand Down

0 comments on commit 3b869eb

Please sign in to comment.