Skip to content

Commit

Permalink
Update general_tests.yml (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogusyuksel authored Dec 4, 2024
1 parent cc526f8 commit fae469c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/general_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@ jobs:
github-server-url: https://github.com/dogusyuksel/pyhm10-driver.git
lfs: true

- name: Download Repos
- name: clone docker
run: |
./setup_environment.sh
git clone https://github.com/dogusyuksel/embedded_docker.git docker
cp -rf docker/* .
- name: Remove unnecessary files
run: |
./free_space.sh
- name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down
17 changes: 0 additions & 17 deletions setup_environment.sh

This file was deleted.

0 comments on commit fae469c

Please sign in to comment.