Skip to content

Commit

Permalink
test 100500
Browse files Browse the repository at this point in the history
  • Loading branch information
arti-shalb committed Jun 18, 2024
1 parent 0ed81eb commit a317935
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,17 @@ on:

jobs:
tests:
name: Check dnd
name: Test branch
runs-on: ubuntu-latest
container: golang:1.21.3-alpine
steps:

- name: Code checkout
uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Build image
- name: Build
run: |
set -x
apk update
apk add docker make terraform git curl bash
pwd
ls -la
git config --global --add safe.directory /__w/cluster.dev/cluster.dev
make quick-install
# cdev version
# docker ps
git fetch --prune --unshallow --tags && make && cp ./bin/linux-amd64/cdev /usr/local/bin/

0 comments on commit a317935

Please sign in to comment.