mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-09 13:19:37 +00:00
Add GitHub action steps to build and run the tests
This commit is contained in:
10
.github/workflows/build-and-test.yml
vendored
10
.github/workflows/build-and-test.yml
vendored
@@ -29,3 +29,13 @@ jobs:
|
|||||||
push: false
|
push: false
|
||||||
context: firefox/
|
context: firefox/
|
||||||
tags: curl-impersonate-firefox:latest
|
tags: curl-impersonate-firefox:latest
|
||||||
|
|
||||||
|
- name: Build the tests container
|
||||||
|
uses: docker/build-push-action@v2
|
||||||
|
with:
|
||||||
|
push: false
|
||||||
|
context: tests/
|
||||||
|
tags: curl-impersonate-tests:latest
|
||||||
|
|
||||||
|
- name: Run the tests
|
||||||
|
run: docker run --rm curl-impersonate-tests --log-cli-level DEBUG
|
||||||
|
Reference in New Issue
Block a user