Skip to content

we are still testing github actions #121

we are still testing github actions

we are still testing github actions #121

Workflow file for this run

name: workflow 2
run-name: we are still testing github actions
on: [push]
jobs:
testing-actions:
runs-on: ubuntu-latest
steps:
- run: echo 'hello world'
- run: mkdir testdir
- run: cd testdir
- run: ls