try github action to test selenoid

This commit is contained in:
2022-08-28 20:57:30 +03:00
parent 0c326fd12d
commit 78fd6ad503
6 changed files with 121 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ app-up:
app-down:
docker-compose down -v
app-clean:
app-cleanup:
docker-compose down -v && docker-clean run
# standard commands to run on every commit