Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gushmazuko committed Apr 17, 2024
1 parent 6f7364e commit 5d421f8
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:
name: container
on: push

jobs:
test-git-config:
runs-on: ubuntu-22.04
container: termux/termux-docker:x86_64

node-docker:
runs-on: ubuntu-latest
container:
image: termux/termux-docker:x86_64
steps:
- name: Install Git CLI
run: |
apt update -y
apt install git curl -y
- name: Execute msf install
run: |
curl -O -fsSL https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/feature/github-actions/metasploit.sh
bash metasploit.sh
- name: Log the node version
run: |
node -v
cat /etc/os-release
curl -O -fsSL https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/feature/github-actions/metasploit.sh
bash metasploit.sh

0 comments on commit 5d421f8

Please sign in to comment.