Skip to content

Commit

Permalink
ignore ui tests as we don't have access to DESKTOP in docker, ignore …
Browse files Browse the repository at this point in the history
…src dir which is created during deps resolving process
  • Loading branch information
Q-back committed Jun 17, 2020
1 parent 21b36c0 commit d6db3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: docker build -t andresriancho/w3af:test-action .

- name: run w3af tests
run: docker run andresriancho/w3af:test-action pytest
run: docker run andresriancho/w3af:test-action pytest --ignore=w3af/core/ui/ --ignore=src/

0 comments on commit d6db3b1

Please sign in to comment.