Updating linux testing instructions

This commit is contained in:
SamKirkland 2020-05-17 17:25:20 -05:00
parent ae5262e007
commit 1af692f7d5

View File

@ -429,11 +429,7 @@ jobs:
- Run `npm run run-docker` - this will spin up a local copy of the action defined in `/debug/local-debug-deployment.yaml`. Update package.json to set any secret values
#### Instructions for debugging on Linux
- [Install docker](https://docs.docker.com/get-docker/)
On Linux you can install docker using your package manager, for example, on a Debian-based distro you can run the following command to install docker:
```
sudo apt install docker docker.io
```
- [Install docker](https://docs.docker.com/get-docker/) on a Debian-based distro you can run `sudo apt install docker docker.io`
- Open the terminal
- Install [act-cli](https://github.com/nektos/act#installation)
- Navigate to the repo folder