add tes out file #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Panzer Maid Run Tests | |
# on: | |
# push: | |
# branches: [main, develop] | |
# pull_request: | |
# branches: [main, develop] | |
# jobs: | |
# install_packages: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - name: Install packages | |
# run: sudo apt-get install -y nmap dirb dnsenum libc-bin iproute2 xxd iptables coreutils wget curl dnsutils traceroute openssl openssh-server xattr libimage-exiftool-perl tor foremost snapd | |
# build_and_test: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v3 | |
# - uses: dart-lang/setup-dart@v1 | |
# with: | |
# sdk-root: stable | |
# - name: Build CLI app | |
# run: cd src/ && dart compile exe bin/panzer_maid.dart | |
# - name: Test CLI | |
# run: dart test test/ |