Skip to content

fix(tests): Run arm64 tests in arm64 architecture #1

fix(tests): Run arm64 tests in arm64 architecture

fix(tests): Run arm64 tests in arm64 architecture #1

Workflow file for this run

name: Single test

Check failure on line 1 in .github/workflows/single-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/single-test.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: write-file
on:
workflow_dispatch:
push:
branches:
- single-test
jobs:
read-file:
name: Read file and print
runs-on: ubuntu-latest
steps:
- name: Download file
uses: actions/download-artifact@v4
with:
name: homework_pre
- shell: bash
run: |
expr 3 + 7 > math-homework.txt
- name: Upload math result for job 1
uses: actions/upload-artifact@v4
with:
name: homework_pre
path: math-homework.txt
write-file: