Compare commits

..
13 Commits
Author SHA1 Message Date
angel 82efe19ae0 prototyped svg reports
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2026-08-19 23:19:41 -06:00
angel 00eed86bb2 amazon events published as server side event 2026-08-19 23:19:41 -06:00
angel 6edd46d32a mock amazon event processing stubbed 2026-08-19 23:19:41 -06:00
angel 340d26fe11 bad logs
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
2026-08-19 23:19:16 -06:00
angel 002d7146d0 protoype: list raw events on mock mode reports page 2026-08-19 23:19:16 -06:00
angel e108e9da26 mock events saved to db 2026-08-19 23:19:16 -06:00
angel bff9e2bca4 mock events db schema 2026-08-19 23:19:16 -06:00
angel 8e949e419b regenerated diagrams 2026-08-19 23:19:16 -06:00
angel f5e10c3579 fixed mock mode button; shortened simulation tabs 2026-08-19 23:19:16 -06:00
angel 1026aed80f MockMode: made global in templates; increase bort of navbar in mock mode 2026-08-19 23:19:16 -06:00
angel 9bf4da775c stubbed simulations page content: set inventory 2026-08-19 23:19:16 -06:00
angel 53bbf85fe1 stubbed simulations page content: refund 2026-08-19 23:19:16 -06:00
angel fdc8aaea6a stubbed simulations page content: sale 2026-08-19 23:19:16 -06:00
-28
View File
@@ -1,28 +0,0 @@
name: Tests
run-name: tests on ${{ gitea.ref }}
on: [push]
jobs:
Go tests:
runs-on: ubuntu-latest
steps:
- name: Description
run: |
echo "🧑‍🔬 $ {{ gitea.actor }} pushed branch ${{ gitea.ref }} ...00101010 ... beginning tests"
- name: Check out repository code
uses: actions/checkout@v4
- name: Update
run: |
echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
echo "🖥️ The job is now ready to test your go code on the runner."
- name: Setup golang environment
uses: actions/setup-go@v7
with:
go-version: 'stable'
check-latest: true
token: ${{ gitea.token }}
permissions:
contents: read
- name: Run go tests
run: |
go test ./...